diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index df34584..b8f87ea 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -69,7 +69,7 @@ jobs: components: rustfmt rustflags: "" - name: Install tauri deps - run: sudo apt install $TAURI_DEPS + run: sudo apt update && sudo apt install $TAURI_DEPS - name: Run tests run: cd ./src-tauri && cargo test @@ -100,7 +100,7 @@ jobs: run: npm ci && cd ./MPW && npm ci - name: Install tauri deps - run: sudo apt install $TAURI_DEPS + run: sudo apt update && sudo apt install $TAURI_DEPS - name: Build MPW run: cd ./MPW && npm run build