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.
1 parent 3dca5b7 commit bf6aa7cCopy full SHA for bf6aa7c
.github/workflows/main.yml
@@ -252,6 +252,7 @@ jobs:
252
key: "playwright-${{ matrix.platform.toolchain }}-${{ runner.os }}"
253
cache-all-crates: "true"
254
cache-on-failure: "true"
255
+ - uses: cargo-bins/cargo-binstall@main
256
- name: Wipe dx cache
257
if: ${{ matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'blacksmith-4vcpu-ubuntu-2404' || matrix.os == 'blacksmith-4vcpu-ubuntu-2404-arm' || matrix.os == 'blacksmith-8vcpu-ubuntu-2404' }}
258
run: |
0 commit comments