Skip to content

Commit bf6aa7c

Browse files
committed
add binstall to the playwright workflow
1 parent 3dca5b7 commit bf6aa7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ jobs:
252252
key: "playwright-${{ matrix.platform.toolchain }}-${{ runner.os }}"
253253
cache-all-crates: "true"
254254
cache-on-failure: "true"
255+
- uses: cargo-bins/cargo-binstall@main
255256
- name: Wipe dx cache
256257
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' }}
257258
run: |

0 commit comments

Comments
 (0)