Skip to content

Commit

Permalink
Remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 12, 2024
1 parent ab3cfb4 commit bfeb0b2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/nohttp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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

0 comments on commit bfeb0b2

Please sign in to comment.