1
0
forked from 0ad/0ad

Add apt update step

This commit is contained in:
Ralph Sennhauser 2024-09-07 12:20:19 +02:00
parent aba74b29ea
commit b375d3a525

View File

@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: apt update
run: sudo apt update
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: cppcheck