Skip to content

Commit

Permalink
.github: add an 'apt update' step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Feb 25, 2024
1 parent 2446a4f commit 22e66a3
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 @@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install Build Dependencies
run: |
apt update
sudo apt-get install cmake gettext libgtk-3-dev libappindicator3-dev libxi-dev
- name: Build
run: |
Expand Down

0 comments on commit 22e66a3

Please sign in to comment.