Skip to content

Commit

Permalink
forgot 7zip
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Jan 2, 2024
1 parent aa087de commit e59e9f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y build-essential libgl1-mesa-dev libxcb-cursor-dev xorg-dev libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev libdrm-dev libgbm-dev xvfb libxcb-cursor0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0

- name: Install 7zip
if: matrix.os == 'windows-latest'
run: choco install 7zip.install

- name: Install Mesa
if: matrix.os == 'windows-latest'
shell: cmd
Expand Down

0 comments on commit e59e9f2

Please sign in to comment.