Skip to content

Commit

Permalink
Fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Oct 6, 2024
1 parent 195610f commit c2d8fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c2d8fc5

Please sign in to comment.