Skip to content

Commit

Permalink
Fixed working dir in boost build
Browse files Browse the repository at this point in the history
  • Loading branch information
namreeb committed Apr 24, 2023
1 parent e8ce033 commit cf4f66d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/msvc_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
Invoke-WebRequest https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.zip -OutFile boost.zip
Expand-Archive -Path boost.zip -DestinationPath .
cd boost_1_78_0
.\bootstrap
.\b2 --with-filesystem --with-program_options link=static threading=multi runtime-link=shared architecture=x86 address-model=32 stage
Expand Down

0 comments on commit cf4f66d

Please sign in to comment.