Skip to content

Commit

Permalink
Trying to fix openSUSE compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Feb 5, 2025
1 parent bd2d3ba commit 81f9796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:

- name: Install Dependencies (zypper)
if: ${{ matrix.pacman == 'zypper' }}
run: zypper refresh && zypper install -y git rsync wget bzip2 xz tar gzip cmake alsa-lib-devel libXinerama-devel libXi-devel freetype-devel libcurl-devel libXcomposite-devel freeglut-devel libXrandr-devel libXcursor-devel freetype2-devel gcc gcc-c++ curl ccache python python3-pip libjack-devel gawk unzip
run: zypper refresh && zypper install -y git rsync wget bzip2 xz tar gzip cmake libXinerama-devel libXi-devel libcurl-devel libXcomposite-devel freeglut-devel libXrandr-devel libXcursor-devel freetype2-devel gcc gcc-c++ curl ccache python3 libjack-devel gawk unzip

- name: Install Dependencies (pacman)
if: ${{ matrix.pacman == 'pacman' }}
Expand Down

0 comments on commit 81f9796

Please sign in to comment.