Skip to content

Commit

Permalink
gh actions: disable cache from setup-java plugin that doesn't to work (
Browse files Browse the repository at this point in the history
…#2299)

the newly added cache-action seems to work fine...
  • Loading branch information
mpollmeier authored Feb 22, 2023
1 parent fedaa49 commit 3e915af
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- name: Compile and run tests
run: sbt clean +test
formatting:
Expand All @@ -30,7 +29,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- name: Check formatting
run: sbt ++2.13.8 scalafmtCheck test:scalafmtCheck
- run: echo "Previous step failed because code is not formatted. Run 'sbt scalafmt Test/scalafmt'"
Expand All @@ -46,7 +44,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- run: ./testDistro.sh
- run: |
mkdir /tmp/foo
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- run: sudo apt update && sudo apt install -y gnupg
- run: echo $PGP_SECRET | base64 --decode | gpg --batch --import
env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upgrade-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- name: Install php deps for php2cpg
run: joern-cli/frontends/php2cpg/bin/installdeps.sh
- name: Upgrade all (internal) dependencies
Expand Down

0 comments on commit 3e915af

Please sign in to comment.