Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 14, 2023
1 parent f68a882 commit 2a49059
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ jobs:
- name: boost headers
run: |
cd boost
b2 headers
./b2 headers
cp b2 ..
- name: user-config
run: |
Expand All @@ -151,4 +152,4 @@ jobs:
- name: build library
run: |
BOOST_ROOT=boost b2 -l400 cxxstd=14 target-os=iphone darwin-ios darwin-ios_sim address-model=64 link=static
BOOST_ROOT=boost ./b2 -l400 cxxstd=14 target-os=iphone darwin-ios darwin-ios_sim address-model=64 link=static

0 comments on commit 2a49059

Please sign in to comment.