Skip to content

Commit

Permalink
Try to fix the Linux CI
Browse files Browse the repository at this point in the history
This has apparently been broken for a while. I think it's just failing
because it doesn't have the latest package indexes and the old ones
point to URLs that now 404.
  • Loading branch information
tbodt committed Jun 15, 2021
1 parent 6856314 commit 48a2629
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 @@ -21,6 +21,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install ninja-build libarchive-dev
pip3 install meson
- name: Build
Expand Down

0 comments on commit 48a2629

Please sign in to comment.