Skip to content

Commit

Permalink
msvc CI build fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Jul 29, 2023
1 parent e067e2e commit 8e7b94f
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 @@ -23,6 +23,7 @@ jobs:
with:
arch: x64
- run: cd
- run: VER
- run: dir
- name: get boost
run: curl https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.zip -O -J -L
Expand All @@ -31,5 +32,5 @@ jobs:
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
run: cl /EHsc /I boost_1_82_0/ /showIncludes demo/sample_1.cpp

0 comments on commit 8e7b94f

Please sign in to comment.