Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyosi committed Jun 3, 2024
1 parent b0198c4 commit f9f038f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

env:
cache-version: v12
cache-version: v13

jobs:

Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
sudo apt update
sudo apt-get -y install build-essential libglu1-mesa-dev libpulse-dev libglib2.0-dev cmake
sudo apt-get --no-install-recommends -qq -y install fontconfig libasound2 libegl1-mesa libnss3 libpci3 libxcomposite1 libxcursor1 libxi6 libxrandr2 libxtst6
sudo apt-get --no-install-recommends -qq -y install fontconfig libasound2 libegl1-mesa libegl1-mesa-dev libnss3 libpci3 libxcomposite1 libxcursor1 libxi6 libxrandr2 libxtst6
sudo apt-get --no-install-recommends -qq -y install libdbus-1-dev libssl-dev libzstd-dev
sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
sudo apt-get install libwayland-dev libwayland-egl++ wayland-scanner++
Expand Down

0 comments on commit f9f038f

Please sign in to comment.