Skip to content

Commit

Permalink
add system packages to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Nov 7, 2024
1 parent 8fbc8da commit 860bc2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install System Packages
run: sudo apt install libwayland-dev libxkbcommon-dev xorg-dev

- name: Install Python Packages
run: pip install typing-extensions

Expand All @@ -42,6 +45,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install System Packages
run: sudo apt install libwayland-dev libxkbcommon-dev xorg-dev

- name: Install Python Packages
run: pip install typing-extensions

Expand Down

0 comments on commit 860bc2d

Please sign in to comment.