diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 9eea361..9a93e7c 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -25,9 +25,9 @@ jobs: - name: Install Wine for Windows cross-compilation run: | - sudo dpkg --add-architecture i386 - sudo apt-get update - sudo apt-get install -y --no-install-recommends wine64 wine32 + dpkg --add-architecture i386 + apt-get update + apt-get install -y --no-install-recommends wine64 wine32 - name: Build Linux AppImage run: npx electron-builder --linux