Skip to content

Commit

Permalink
Fixing compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Sep 12, 2024
1 parent 1df8e84 commit dd5f4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install packages
run: |
apt update && apt install -y qtbase5-dev libqt5charts5-dev libgl1-mesa-dev build-essential cmake
sudo apt update && sudo apt install -y qtbase5-dev libqt5charts5-dev libgl1-mesa-dev build-essential cmake
- name: Apply patch
run: patch -p1 CMakeLists.txt < qt5.patch
- name: Configure CMake
Expand Down

0 comments on commit dd5f4f9

Please sign in to comment.