Skip to content

Commit

Permalink
add nasm for mac x86 build
Browse files Browse the repository at this point in the history
  • Loading branch information
andersc committed Dec 29, 2022
1 parent 3a3440c commit 641d7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac_boost_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install BOOST
run: brew install boost
run: brew install boost nasm
- name: CMake set-up
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_APPLE_SILICON_PROCESSOR=x86_64 -DUSE_BOOST=ON .
- name: make
Expand Down

0 comments on commit 641d7d1

Please sign in to comment.