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