aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2022-04-22 22:16:07 +0000
committerLibravatar GitHub <noreply@github.com>2022-04-22 22:16:07 +0000
commitacced522dd26bff921066ca892d430d0fb7a4549 (patch)
tree8a4a5a406f7cc2bad3340e266c64f1b8422f6624 /.github
parentfix firecfg --guide (diff)
downloadfirejail-acced522dd26bff921066ca892d430d0fb7a4549.tar.gz
firejail-acced522dd26bff921066ca892d430d0fb7a4549.tar.zst
firejail-acced522dd26bff921066ca892d430d0fb7a4549.zip
CI: run apt-get update before install to get updated package lists
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4d54b5178..ccb05f55e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,6 +23,8 @@ jobs:
23 runs-on: ubuntu-20.04 23 runs-on: ubuntu-20.04
24 steps: 24 steps:
25 - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 25 - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
26 - name: update package information
27 run: sudo apt-get update
26 - name: install dependencies 28 - name: install dependencies
27 run: sudo apt-get install gcc-11 libapparmor-dev libselinux1-dev expect xzdec 29 run: sudo apt-get install gcc-11 libapparmor-dev libselinux1-dev expect xzdec
28 - name: configure 30 - name: configure