Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
int-72h committed Apr 2, 2024
1 parent dbcb7b6 commit 0be915a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
- name: Update Stuff
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libnotify-dev libtorrent-rasterbar-dev
sudo apt-get install -y libcurl4-openssl-dev libnotify-dev libtorrent-rasterbar-dev pkgconf
wget http://ftp.debian.org/debian/pool/main/libt/libtorrent-rasterbar/libtorrent-rasterbar2.0_2.0.10-1_amd64.deb
sudo dpkg -i libtorrent-rasterbar2.0_2.0.10-1_amd64.deb
wget http://ftp.debian.org/debian/pool/main/libt/libtorrent-rasterbar/libtorrent-rasterbar-dev_2.0.10-1_amd64.deb
sudo dpkg -i libtorrent-rasterbar-dev_2.0.10-1_amd64.deb
- name: ccache
uses: hendrikmuhs/[email protected]
- name: Configure CMake
Expand Down

0 comments on commit 0be915a

Please sign in to comment.