Skip to content

Commit

Permalink
Run apt-get update before installation of apt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mkozlowski authored and Mariusz Kozłowski committed Dec 15, 2023
1 parent 63c436f commit 203c96b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-arm-linux-gnueabihf
- name: build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install -y liblz4-dev liblz4-1
sudo apt-get install -y libssl-dev libssl3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install -y liblz4-dev liblz4-1
sudo apt-get install -y libssl-dev libssl3
Expand Down

0 comments on commit 203c96b

Please sign in to comment.