Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kyakuno committed Jun 26, 2024
1 parent 750d108 commit 90bd0b1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ env:
BUILD_CONFIGURATION: Release

OSTYPE: Windows
BOOSTROOT: C:\boost
BOOST_URL: https://jaist.dl.sourceforge.net/project/boost/boost/1.78.0/boost_1_78_0.zip
BOOST_VERSION: 1_78_0

jobs:
build:
Expand All @@ -33,9 +30,8 @@ jobs:
- name: Checkout github repo (+ download lfs dependencies)
uses: actions/checkout@v2

steps:
- uses: actions/checkout@v2
- uses: Dovyski/[email protected]
- name: Install cmake
uses: Dovyski/[email protected]
with:
opencv-version: '4.0.0'

Expand Down

0 comments on commit 90bd0b1

Please sign in to comment.