Skip to content

Commit

Permalink
Update macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Dec 12, 2024
1 parent b22ce4e commit baea5bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
cd ./capstone-5.0.1
bash ./make.sh
sudo make install
sudo cp /usr/local/lib/libcapstone.5.dylib /usr/lib/libcapstone.5.dylib
cd ../
- name: Install Unicorn
Expand Down Expand Up @@ -89,4 +88,4 @@ jobs:

- name: Unittests
run: |
ctest --test-dir build --output-on-failure
DYLD_LIBRARY_PATH=/usr/local/lib/ ctest --test-dir build --output-on-failure

0 comments on commit baea5bd

Please sign in to comment.