Skip to content

Commit

Permalink
ci: use sudo on make install for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nu774 committed May 5, 2024
1 parent 746e855 commit 2dd2b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
autoreconf -fiv
./configure
make -j3
make install
sudo make install
- name: Test
run: |
fdkaac -b 128 -R -o /dev/null /dev/null
Expand Down

0 comments on commit 2dd2b3c

Please sign in to comment.