소스 검색

Update after adding architecture

Toni Helenius 2 주 전
부모
커밋
0350b00e28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -15,7 +15,7 @@ jobs:
         distribution: temurin
         java-version: 21
     - name: Install wine
-      run: sudo dpkg --add-architecture i386 && sudo apt install -y xorg xvfb xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic wine32:i386 wine
+      run: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt install -y xorg xvfb xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic wine32:i386 wine
     - name: Grant execute permission for gradle
       run: chmod +x gradlew
     - name: Build the SDK