Skip to content

Commit

Permalink
install wlroots
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Sep 23, 2023
1 parent 07d915c commit 2699b1c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,8 @@ jobs:
python-version: ["cp3.9", "cp3.10", "cp3.11", "pp3.9"]
steps:
- name: Install dependencies
run: dnf install -y cairo-devel libffi-devel libxkbcommon-devel
run: dnf install -y cairo-devel libffi-devel libxkbcommon-devel wlroots-devel
- uses: actions/checkout@v2
- name: Install wayland
uses: m-col/setup-wlroots-action@main
with:
wayland-version: "1.22.0"
wayland-protocols-version: "1.31"
libdrm-version: "2.4.114"
seatd-version: "0.6.4"
pixman-version: "0.42.0"
hwdata-version: "0.364"
wlroots-version: "0.16.2"
- name: Set environment variables
run: |
PYTHON_ROOT=$(find /opt/python -name ${PYTHON_VERSION/./}-*)
Expand Down

0 comments on commit 2699b1c

Please sign in to comment.