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 c405a2b commit 4292831
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
uses: TheMrMilchmann/[email protected]
with:
arch: x64
- run: cd
- run: dir
- name: get boost
run: cd; 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
- run: dir
- name: unzip boost
run: unzip boost-1.82.0.zip
- name: run msvc
Expand Down

0 comments on commit 4292831

Please sign in to comment.