Update .gitea/workflows/autotools-cross.yml
This commit is contained in:
parent
cffe04c877
commit
5bc292819b
@ -36,7 +36,7 @@ jobs:
|
||||
autoconf
|
||||
automake --add-missing
|
||||
./configure $HOST --prefix=/usr
|
||||
DESTDIR=build make install
|
||||
DESTDIR=$(realpath build) make install
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user