Skip to content

Commit

Permalink
#1272: Test with the last version of capstone 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Triton Library committed Dec 21, 2023
1 parent d27d4b8 commit 922b187
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Install Capstone
run: |
wget https://github.com/aquynh/capstone/archive/5.0-rc2.tar.gz
tar -xf ./5.0-rc2.tar.gz
cd ./capstone-5.0-rc2
wget https://github.com/aquynh/capstone/archive/5.0.1.tar.gz
tar -xf ./5.0.1.tar.gz
cd ./capstone-5.0.1
bash ./make.sh
sudo make install
cd ../
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
boost-interface: ['ON', 'OFF']
capstone-version: ['5.0-rc2', '4.0.2']
capstone-version: ['5.0.1', '4.0.2']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
- name: Install Capstone
run: |
wget https://github.com/aquynh/capstone/archive/5.0-rc2.tar.gz
tar -xf ./5.0-rc2.tar.gz
cd ./capstone-5.0-rc2
wget https://github.com/aquynh/capstone/archive/5.0.1.tar.gz
tar -xf ./5.0.1.tar.gz
cd ./capstone-5.0.1
bash ./make.sh
sudo make install
cd ../
Expand Down

0 comments on commit 922b187

Please sign in to comment.