Skip to content

Commit

Permalink
install python3 for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Oct 11, 2024
1 parent 0823a72 commit 15db1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: apt -y update
- run: apt -y install g++-multilib libboost-dev make nasm yasm wget xz-utils
- run: apt -y install g++-multilib libboost-dev make nasm yasm wget xz-utils python3
- run: make test
- run: make -C sample CXXFLAGS="-DXBYAK_NO_EXCEPTION"
- run: |
Expand Down

0 comments on commit 15db1c3

Please sign in to comment.