Skip to content

Commit

Permalink
Another fix for when deleting artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Sep 11, 2023
1 parent ebd1d63 commit ce1a5e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,7 @@ jobs:
path: maven-repo.tgz
- name: Delete Local Artifacts From Cache
shell: bash
run: |
rm -r ~/.m2/repository/io/quarkus
rm -r ~/.m2/repository/org/graalvm
run: rm -r ~/.m2/repository/io/quarkus

native-tests:
name: Q IT ${{ matrix.category }}
Expand Down

0 comments on commit ce1a5e6

Please sign in to comment.