Skip to content

Commit

Permalink
github actions: linux: install libssl-dev
Browse files Browse the repository at this point in the history
The runner image was updated to libssl 3.0.2, which broke qtnetwork stuff
  • Loading branch information
jaxxzer committed Mar 1, 2024
1 parent 68fa8b4 commit c2c62f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install libxcb-* libfuse-dev
sudo apt install libxcb-* libfuse-dev libssl-dev
./tools/compile.sh
mv /tmp/pingviewer-x86_64.AppImage pingviewer-Release.AppImage
Expand Down

0 comments on commit c2c62f4

Please sign in to comment.