From 09b4911269d42e06094f6860c81d7912113c425f Mon Sep 17 00:00:00 2001 From: maron2000 <68574602+maron2000@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:49:23 +0900 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 447648aed..61293a3ac 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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