From dba2f8c477aef557ad65971538f1c4edb23a096c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Sun, 14 Jul 2024 01:22:09 +0200 Subject: [PATCH] Remove package files after installing them, when using CI --- .github/workflows/build_and_bench.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_and_bench.yml b/.github/workflows/build_and_bench.yml index fca9dec..d5f8beb 100644 --- a/.github/workflows/build_and_bench.yml +++ b/.github/workflows/build_and_bench.yml @@ -33,6 +33,7 @@ jobs: run: | pacman -Syu --noconfirm pacman -S --noconfirm --needed curl diffutils gcc make + pacman -Scc --noconfirm - name: Build run: make @@ -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: |