Skip to content

Commit

Permalink
fix rust version 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumassy committed Sep 16, 2024
1 parent 7ad06e7 commit 03dccb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,14 @@ jobs:
- name: Cargo test
uses: actions-rs/cargo@v1
with:
toolchain: 1.79.0
command: test
args: --manifest-path src-tauri/Cargo.toml

- name: Cargo build
uses: actions-rs/cargo@v1
with:
toolchain: 1.79.0
command: build
args: --release --manifest-path src-tauri/Cargo.toml

Expand Down

0 comments on commit 03dccb6

Please sign in to comment.