aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-11-22 09:05:29 +0000
committerBlaž Hrastnik2022-11-22 09:08:11 +0000
commit33ae498e9f23f8f39a41abf8d79c09fc6964c2ea (patch)
tree901f56f9fd9329be3d1ff21b517aa7705854981f /.github/workflows/release.yml
parentf538b697597dccdd2492606858f0976c7cf7e4d2 (diff)
ci: Remove a bunch of actions-rs/cargo uses
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e7aca89b..8e805de2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -34,10 +34,7 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Fetch tree-sitter grammars
- uses: actions-rs/cargo@v1
- with:
- command: run
- args: --package=helix-loader --bin=hx-loader
+ run: cargo run --package=helix-loader --bin=hx-loader
- name: Bundle grammars
run: tar cJf grammars.tar.xz -C runtime/grammars/sources .