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 a8f289a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ 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

0 comments on commit a8f289a

Please sign in to comment.