mirror of
https://github.com/nu774/fdkaac.git
synced 2024-12-28 08:10:43 +01:00
ci: use sudo on make install for Mac
This commit is contained in:
parent
746e85538b
commit
2dd2b3c61b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
./configure
|
./configure
|
||||||
make -j3
|
make -j3
|
||||||
make install
|
sudo make install
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
fdkaac -b 128 -R -o /dev/null /dev/null
|
fdkaac -b 128 -R -o /dev/null /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user