Skip to content

Commit 55efe06

Browse files
committedNov 12, 2024··
CI: Install missing Rust-Script
1 parent c171af2 commit 55efe06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.github/workflows/run.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
- name: Set up Racket
8888
run: brew install --cask racket
8989

90+
- name: Set up Rust-Script
91+
run: cargo install rust-script
92+
9093
- name: Set up Roc
9194
uses: hasnep/setup-roc@main
9295

‎makefile

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ run-shebangs:
7777
&& hyperfine \
7878
--shell none \
7979
--warmup 10 \
80-
--ignore-failure \
8180
--export-json result.json \
8281
$$(cat _all_.txt)
8382

0 commit comments

Comments
 (0)
Please sign in to comment.