summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-09-21 03:24:23 +0200
committerGravatar Nikias Bassen2021-09-21 03:24:23 +0200
commitbd2e44633abb2fd5d0ecee2be540438edc5f6eb2 (patch)
tree7a540e475676997bc6b3701fc98c9a24c46631b5 /.github
parent3a10a315a59ff73fe2edfb3dca897ab688407b71 (diff)
downloadlibimobiledevice-bd2e44633abb2fd5d0ecee2be540438edc5f6eb2.tar.gz
libimobiledevice-bd2e44633abb2fd5d0ecee2be540438edc5f6eb2.tar.bz2
[github-actions] Add an explicit apt-get update before attempting to install packages on ubuntu
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d5c9c0c..2612e32 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,6 +8,7 @@ jobs:
8 steps: 8 steps:
9 - name: install dependencies 9 - name: install dependencies
10 run: | 10 run: |
11 sudo apt-get update
11 sudo apt-get install cython 12 sudo apt-get install cython
12 - name: prepare environment 13 - name: prepare environment
13 run: | 14 run: |