Skip to content

Commit

Permalink
FIX toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
driver-deploy-2 committed May 20, 2024
1 parent 85f5efe commit e403ef8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v4
uses: actions-rs/toolchain@v1
with:
toolchain: stable

Expand All @@ -34,6 +34,9 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-git-
- name: Run tests
run: cargo test --all

- name: Build the project
run: cargo build --release

Expand Down

0 comments on commit e403ef8

Please sign in to comment.