ci: Add apt-get update

This commit is contained in:
fox.cpp 2024-01-21 15:03:16 +03:00
parent db0874c2be
commit 09c9486999
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -14,7 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Install libpam"
run: sudo apt-get install -y libpam-dev
run: |
sudo apt-get update
sudo apt-get install -y libpam-dev
- uses: actions/cache@v2
with:
path: |