소스 검색

Update build.yml

Denis 5 년 전
부모
커밋
fc1718839d
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      .github/workflows/build.yml

+ 2 - 3
.github/workflows/build.yml

@@ -45,9 +45,8 @@ jobs:
             ${{ runner.os }}-electron-builder-cache-
 
       - name: Install apt dependencies (need for Windows build)
-        run: |
-          sudo apt-get update
-          sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
+        shell: bash
+        run: sudo apt-get update && sudo apt-get install --no-install-recommends -y wine mono gcc-multilib g++-multilib || true
       - uses: actions/checkout@v2
       - name: Setup Node.js environment
         uses: actions/setup-node@v1.4.3