Skip to content

Commit

Permalink
remove --fix-missing option for apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
KERLOCH Jean-Marie committed Mar 15, 2021
1 parent 0d828a4 commit cff2735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-BUILD_DEPS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install libraries
run: |
sudo apt-get update --fix-missing
sudo apt-get update
sudo apt-get install libuuid1 uuid-dev libssh2-1 libssh2-1-dev libidn2-0 libidn2-dev libidn11 libidn11-dev gtk2.0 libb64-dev libjpeg-dev libtiff-dev libsecret-1-dev
- name: Download pre-compiled librairies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install libraries
run: |
sudo apt-get update --fix-missing
sudo apt-get update
sudo apt-get install uuid-dev libcurl4-openssl-dev libssl-dev libwxgtk3.0-gtk3-dev
sudo apt-get install libboost-test-dev libboost-filesystem-dev libboost-regex-dev libboost-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releasesLinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install mandatory system libraries
run: |
sudo apt-get update --fix-missing
sudo apt-get update
sudo apt-get install uuid-dev libcurl4-openssl-dev libssl-dev libwxgtk3.0-gtk3-dev
sudo apt-get install libboost-test-dev libboost-filesystem-dev libboost-regex-dev libboost-dev
Expand Down

0 comments on commit cff2735

Please sign in to comment.