Skip to content

Commit

Permalink
Run apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Dec 12, 2023
1 parent 0284a39 commit fe2202e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Update package repos
run: sudo apt update
- name: Install ninja
run: sudo apt install -y ninja-build

Expand Down Expand Up @@ -58,6 +60,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Update package repos
run: sudo apt update
- name: Install tools
run: sudo apt install -y ninja-build ccache valgrind
- name: Quickbench
Expand Down Expand Up @@ -118,6 +122,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Update package repos
run: sudo apt update
- name: Install ninja
run: sudo apt install -y ninja-build

Expand All @@ -144,6 +150,8 @@ jobs:
runs-on: ubuntu-20.04
# TODO(max): Install and run Black on Python code
steps:
- name: Update package repos
run: sudo apt update
- name: Install clang-format
run: sudo apt install -y clang-format
- uses: actions/checkout@v3
Expand Down

0 comments on commit fe2202e

Please sign in to comment.