fix: install iproute2 in CI workflow
This commit is contained in:
@@ -117,6 +117,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Networking Tools
|
||||
run: sudo apt-get update && sudo apt-get install -y iproute2
|
||||
|
||||
- name: Download Certificates
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
@@ -131,7 +134,7 @@ jobs:
|
||||
|
||||
- name: Cache Playwright
|
||||
id: playwright-cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.cache/ms-playwright
|
||||
key: ${{ runner.os }}-playwright-${{ hashFiles('frontend/bun.lock') }}
|
||||
|
||||
Reference in New Issue
Block a user