Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Mar 27, 2024
1 parent 5677c63 commit 0176e33
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
sudo make install
cd -
- name: Install capstone
run: |
git clone --branch 5.0.1 https://github.com/capstone-engine/capstone.git
cd capstone
./make.sh
sudo ./make.sh install
cd -
- name: Install Thug configuration
run: |
sudo mkdir -p /etc/thug/
Expand All @@ -51,3 +59,6 @@ jobs:
- name: Test Thug
run: |
tox
env:
ARCHFLAGS: '-arch arm64'
_PYTHON_HOST_PLATFORM: 'macosx-11.0-arm64'

0 comments on commit 0176e33

Please sign in to comment.