fix ci.yml: add prefix for libfdk-aac install

This commit is contained in:
nu774 2023-03-06 21:49:24 +09:00
parent f80179646e
commit 1686009cbc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Build libfdk-aac
run: |
./autogen.sh
./configure --host=x86_64-w64-mingw32
./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32
make
sudo make install
- name: Checkout