Skip to content

Commit

Permalink
Remove package files after installing them, when using CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jul 13, 2024
1 parent 342340d commit dba2f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm --needed curl diffutils gcc make
pacman -Scc --noconfirm
- name: Build
run: make
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm --needed curl diffutils gcc git gnuplot make python
pacman -Scc --noconfirm
- name: Check for cached results
run: |
Expand Down

0 comments on commit dba2f8c

Please sign in to comment.