Skip to content

Commit

Permalink
ci: specify toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Aug 14, 2023
1 parent 0798938 commit 0ce8c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SQLX_OFFLINE: true
with:
RUSTTARGET: ${{ matrix.target }}
RUSTTARGET: ${{ matrix.target }}
TOOLCHAIN_VERSION: stable

0 comments on commit 0ce8c6f

Please sign in to comment.