Skip to content

Commit

Permalink
aom ビルドのために yasm を入れる
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Mar 3, 2024
1 parent 8571187 commit 950b2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
sudo apt-get update
sudo apt-get install -y libpulse-dev
sudo apt-get install -y libpulse-dev yasm
if: matrix.m.linux == true
- run: python3 run.py --sumomo --package ${{ matrix.m.name }}
- name: Get package name
Expand Down

0 comments on commit 950b2b9

Please sign in to comment.