Skip to content

Commit 59115aa

Browse files
committed
run "apt-get update" before instaling anything in GitHub workflows
1 parent 83e5984 commit 59115aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-deb.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
name: Build a Debian package for ${{ matrix.os }}-${{ matrix.dist }}-${{ matrix.arch }}
3131
steps:
3232
- uses: actions/checkout@v2
33+
34+
- name: Update apt cache
35+
run: |
36+
sudo apt-get update
37+
3338
- name: Set up Python
3439
uses: actions/setup-python@v1
3540
with:

0 commit comments

Comments
 (0)