Skip to content

Commit

Permalink
Use newer rust toolchain in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
profiluefter committed Sep 23, 2023
1 parent 976244c commit ac8f435
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on:
release:
types: [created]
workflow_dispatch:

jobs:
release:
Expand All @@ -18,3 +21,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
TOOLCHAIN_VERSION: stable

0 comments on commit ac8f435

Please sign in to comment.