diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-27 07:25:03 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-27 07:25:03 -0400 |
| commit | caf36a985344c09bf2d2c33bd78b04ac3a7afdbf (patch) | |
| tree | 481b1f35085b78d77360ebc4665cf7f2d8516398 | |
| parent | 111bca1802ddd05d37fea19cbe530479209a19e2 (diff) | |
| download | anubis-caf36a985344c09bf2d2c33bd78b04ac3a7afdbf.tar.xz anubis-caf36a985344c09bf2d2c33bd78b04ac3a7afdbf.zip | |
.github/workflows: install playwright browsers
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 54d833c..775e96a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -64,6 +64,10 @@ jobs: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('**/go.sum') }} + - name: install playwright browsers + run: | + npx --yes playwright@1.50.1 install --with-deps + - name: Build run: go build ./... |
