From c9878a4c0827000dedf35a4bef1de2036b374f9b Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Mon, 12 Feb 2024 12:17:52 -0500 Subject: [PATCH] againiiiin --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47c3fed..b0f58af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Install Linux Dependencies if: matrix.os == 'ubuntu-latest' run: | - sudo dpkg --add-architecture i386 && apt-get update && apt-get install wine32 + sudo apt-get install wine32 - name: build-linux if: matrix.os == 'ubuntu-latest'