From bfeb0b236d1bb48e6d8ad099f0c8ceb92bb277dd Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Tue, 12 Nov 2024 10:27:35 +0100 Subject: [PATCH] Remove caching --- .github/workflows/nohttp.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/nohttp.yml b/.github/workflows/nohttp.yml index cd337f8d..8f3e6fec 100644 --- a/.github/workflows/nohttp.yml +++ b/.github/workflows/nohttp.yml @@ -13,16 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/cache@v1 - with: - path: /root/.jbang - key: $-jbang-$ - restore-keys: | - $-jbang- - name: 'Run nohttp' uses: jbangdev/jbang-action@v0.119.0 with: script: io.spring.nohttp:nohttp-cli:0.0.9 scriptargs: "-D=\\.git -D=build -D=target -D=apache-ant-.+ -F=maven-wrapper\\.properties -F=mvnw\\.cmd -Fmvnw" - env: - JBANG_REPO: /root/.jbang/repository