Skip to content

Commit

Permalink
msvc build attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Jul 4, 2023
1 parent 4292831 commit c41cddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- run: cd
- run: dir
- name: get boost
run: curl https://github.com/boostorg/graph/archive/refs/tags/boost-1.82.0.zip
run: curl https://github.com/boostorg/graph/archive/refs/tags/boost-1.82.0.zip -O -J -L
- run: dir
- name: unzip boost
run: unzip boost-1.82.0.zip
run: unzip graph-boost-1.82.0.zip
- name: run msvc
run: cl /EHsc demo/sample_1.cpp

0 comments on commit c41cddc

Please sign in to comment.