We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eba0c04 + e5354c3 commit 0699381Copy full SHA for 0699381
.github/workflows/ci.yml
@@ -180,10 +180,6 @@ jobs:
180
- name: Rust `$PATH` workaround.
181
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
182
- 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"
187
- name: Install deps
188
run: make deps
189
- name: Run tests
@@ -248,10 +244,6 @@ jobs:
248
244
uses: taiki-e/install-action@v2
249
245
with:
250
246
tool: cargo-nextest,cargo-llvm-cov
251
252
253
254
255
247
256
257
- name: Build alexandria
0 commit comments