Skip to content

Commit

Permalink
msvc CI build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Jul 29, 2023
1 parent 84606d0 commit e067e2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: curl https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.zip -O -J -L
- run: dir
- name: unzip boost
run: unzip graph-boost-1.82.0.zip
run: unzip boost_1_82_0.zip
- run: dir
- name: run msvc
run: cl /EHsc /I graph-boost-1.82.0/include /showIncludes demo/sample_1.cpp

0 comments on commit e067e2e

Please sign in to comment.