Update linux.yml

This commit is contained in:
maron2000 2024-12-10 08:49:23 +09:00 committed by GitHub
parent 84233093ea
commit 09b4911269
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ jobs:
- name: Build minimal
run: |
echo "timestamp=`git show -s --format=%at | xargs -I# date -d @# +%Y%m%d%H%M%S`" >> $GITHUB_ENV
./build --disable-freetype --disable-libfluidsynth --disable-mt32 --disable-screenshots
./build --disable-freetype --disable-libfluidsynth --disable-mt32
- name: Install libraries
run: |
sudo apt-get update -y