aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-05-28 14:23:08 +0000
committerBlaž Hrastnik2022-05-28 14:23:08 +0000
commita106341fd73b1be3d42353ee154d0612b7bfceba (patch)
treeb3486c3d20d55cf36ae650a7b45df2cd1e506915
parent46f9320709400423ff7947b8aa2c140a63a1cb5b (diff)
Fix release action
-rw-r--r--.github/workflows/release.yml2
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