Skip to content

Commit

Permalink
CI: Ensure apt cache is up-to-date before installing new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Dec 12, 2024
1 parent 3ca3b31 commit 9a3eea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libkf5syntaxhighlighting-dev ninja-build qtbase5-dev
- name: Checkout string_theory
Expand Down

0 comments on commit 9a3eea6

Please sign in to comment.