Update build-linux.yml

This commit is contained in:
Anirudh Sevugan 2025-07-14 21:13:09 -05:00 committed by GitHub
parent 6f3259a3f2
commit d880f59834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,8 +83,7 @@ jobs:
plugin: nil # no automatic fetch plugin: nil # no automatic fetch
override-build: | override-build: |
curl -L -H "ngrok-skip-browser-warning: true" -o oss-v4.2-build2020-src-gpl.tar.bz2 "https://79cc76e9b5c9.ngrok-free.app/oss.tar.bz2" curl -L -H "ngrok-skip-browser-warning: true" -o oss-v4.2-build2020-src-gpl.tar.bz2 "https://79cc76e9b5c9.ngrok-free.app/oss.tar.bz2"
tar -xjf oss-v4.2-build2020-src-gpl.tar.bz2 tar -xzf oss-v4.2-build2020-src-gpl.tar.bz2
# run your usual build commands here
./configure ./configure
make make
make install make install