summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAiden Leong <andy1247008998@gmail.com>2020-08-27 20:15:39 +0800
committerGitHub <noreply@github.com>2020-08-27 20:15:39 +0800
commit05d15ae05a3f8ef2d0797e9dbf21e39c9a22ada0 (patch)
treed4d6909425cb39b6fab281be777f449d3f95aae3 /.github
parent9677bcdd681e19c69302f91f32238cffca9150fa (diff)
downloadlibgphoto2-05d15ae05a3f8ef2d0797e9dbf21e39c9a22ada0.tar.gz
run apt-get update before installing any package
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 16f06eebc..716d5f569 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: apt-get install
- run: sudo apt-get install autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev bison flex
+ run: sudo apt-get update && sudo apt-get install -y autopoint gettext libusb-1.0-0-dev libcurl4-openssl-dev bison flex
- name: autoreconf
run: autoreconf -i -f
- name: configure