summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-09-21 03:21:56 +0200
committerGravatar Nikias Bassen2021-09-21 03:21:56 +0200
commit26912bc18cb6e35bfb0b29193530571f071e9d48 (patch)
tree545d126c36ac3011c6056f672f6a73e4d4774a9e
parent60d5abde83becea6758030dcca9850bc11c67d8f (diff)
downloadlibirecovery-26912bc18cb6e35bfb0b29193530571f071e9d48.tar.gz
libirecovery-26912bc18cb6e35bfb0b29193530571f071e9d48.tar.bz2
[github-actions] Add an explicit apt-get update before attempting to install packages on ubuntu
-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 f3fb1bf..11e9d4a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,6 +8,7 @@ jobs:
steps:
- name: install dependencies
run: |
+ sudo apt-get update
sudo apt-get install libusb-1.0-0-dev
- name: prepare environment
run: |