Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
Signed-off-by: RSUU <[email protected]>
  • Loading branch information
rsuu committed May 7, 2024
1 parent 256687b commit 29f3f0f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ jobs:
needs: ["create-release"]
strategy:
matrix:
build: [linux, linux-x11, macos, win-msvc]
# build: [linux, linux-x11, macos, win-msvc]
build: [linux, macos, win-msvc]
include:
- build: linux
os: ubuntu-latest
rust: nightly
target: x86_64-unknown-linux-gnu
- build: linux-x11
os: ubuntu-latest
rust: nightly
target: x86_64-unknown-linux-gnu
# - build: linux-x11
# os: ubuntu-latest
# rust: nightly
# target: x86_64-unknown-linux-gnu
- build: macos
os: macos-latest
rust: nightly
Expand All @@ -55,10 +56,11 @@ jobs:
- name: Install dependencies
shell: bash
run: |
if [ "${{ matrix.build }}" = "linux-x11" ]; then
sudo apt update -y
sudo apt install -y libx11-dev
elif [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
# if [ "${{ matrix.build }}" = "linux-x11" ]; then
# sudo apt update -y
# sudo apt install -y libx11-dev
# elif [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
sudo apt update -y
sudo apt install -y curl gcc clang libudev-dev libgbm-dev libxkbcommon-dev libegl1-mesa-dev libwayland-dev libinput-dev libdbus-1-dev libsystemd-dev libseat-dev libpipewire-0.3-dev libpango1.0-dev libwayland-egl1-mesa libwayland-client++0 libwayland-client-extra++0
fi
Expand Down

0 comments on commit 29f3f0f

Please sign in to comment.