Skip to content

Commit

Permalink
Updated toolchain in workflow to fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarsc committed Nov 9, 2022
1 parent 6a4d640 commit 2b8f318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
lfs: true
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.59.0
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- name: "Prebuild"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
lfs: true
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.59.0
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- name: "Prebuild"
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.59.0
toolchain: stable
override: true
- run: |
sudo apt-get update
Expand Down

0 comments on commit 2b8f318

Please sign in to comment.