diff options
author | Blaž Hrastnik | 2022-05-28 14:23:08 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-05-28 14:23:08 +0000 |
commit | a106341fd73b1be3d42353ee154d0612b7bfceba (patch) | |
tree | b3486c3d20d55cf36ae650a7b45df2cd1e506915 /.github/workflows | |
parent | 46f9320709400423ff7947b8aa2c140a63a1cb5b (diff) |
Fix release action
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfafd7ed..efeb77e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Install stable toolchain - uses: actions-rs/toolchain@v1 + uses: helix-editor/rust-toolchain@v1 with: profile: minimal override: true |