Skip to content

Commit 0699381

Browse files
Merge branch 'main' into speedup-tests
2 parents eba0c04 + e5354c3 commit 0699381

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@ jobs:
180180
- name: Rust `$PATH` workaround.
181181
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
182182
- uses: Homebrew/actions/setup-homebrew@master
183-
- name: Install scarb
184-
uses: software-mansion/setup-scarb@v1
185-
with:
186-
scarb-version: "2.11.2"
187183
- name: Install deps
188184
run: make deps
189185
- name: Run tests
@@ -248,10 +244,6 @@ jobs:
248244
uses: taiki-e/install-action@v2
249245
with:
250246
tool: cargo-nextest,cargo-llvm-cov
251-
- name: Install scarb
252-
uses: software-mansion/setup-scarb@v1
253-
with:
254-
scarb-version: "2.11.2"
255247
- name: Install deps
256248
run: make deps
257249
- name: Build alexandria

0 commit comments

Comments
 (0)