mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 05:37:34 +03:00
ci: Add apt-get update
This commit is contained in:
parent
db0874c2be
commit
09c9486999
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cicd.yml
vendored
4
.github/workflows/cicd.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue