diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afeff91..1ab606e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: && sudo apt install gh -y - run: | - gh cache delete --all + gh cache delete --all || true env: GH_TOKEN: ${{ github.token }}