Skip to content

Commit

Permalink
.github: let Linux CI call apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed May 24, 2023
1 parent b44154b commit 7666f77
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 @@ -18,6 +18,7 @@ jobs:
- name: Install Ubuntu Build Dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt update
sudo apt install gettext libwxgtk3.0-gtk3-dev libgtk-3-dev libgcrypt20-dev liblzo2-dev
- name: Install MacOS Build Dependencies
if: ${{ matrix.os == 'macos-latest' }}
Expand Down

0 comments on commit 7666f77

Please sign in to comment.