Skip to content

Commit

Permalink
Chore: fix toolchain (#12)
Browse files Browse the repository at this point in the history
* Update toolchain

* Add TOOLCHAIN_VERSION
  • Loading branch information
scottgerring committed Aug 25, 2023
1 parent 61f6d58 commit 089413d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.72.0
- uses: actions-rs/cargo@v1
with:
command: build
toolchain: 1.72.0
args: --release --all-features
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Compile and release
uses: rust-build/[email protected]
env:
TOOLCHAIN_VERSION: 1.72.0
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
Expand Down

0 comments on commit 089413d

Please sign in to comment.