Update testbuild.yaml

* Clean repository cache before update
This commit is contained in:
abraunegg 2023-06-21 10:36:43 +10:00
parent 3340fcca6a
commit d84dd15165

View file

@ -19,7 +19,9 @@ jobs:
fetch-depth: 0
- name: Update Image
run: sudo apt-get update -y
run: |
sudo apt-get clean
sudo apt-get update -y
- name: Install build-essential
run: sudo apt install -y build-essential