Skip to content

Commit

Permalink
CI: Do update package index
Browse files Browse the repository at this point in the history
  • Loading branch information
jtxa committed Jan 15, 2023
1 parent 3d4546b commit d157112
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- clang-14

steps:
- name: Update system
run: sudo apt-get update

- name: Install prerequisites
run: >-
sudo apt-get install -y
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Update system
run: sudo apt-get update

- name: Install prerequisites
run: >-
sudo apt-get install -y
Expand Down Expand Up @@ -61,6 +64,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Update system
run: sudo apt-get update

- name: Install prerequisites
run: >-
sudo apt-get install -y
Expand Down Expand Up @@ -110,6 +116,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Update system
run: sudo apt-get update

- name: Install prerequisites
run: >-
sudo apt-get install -y
Expand Down

0 comments on commit d157112

Please sign in to comment.