-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests
: add libwayland-dev
so rfd
0.15.0 compiles
[skip ci]
- Loading branch information
1 parent
97b56c9
commit ded5596
Showing
4 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,9 +28,10 @@ jobs: | |
remove-android: 'true' | ||
remove-haskell: 'true' | ||
remove-docker-images: 'true' | ||
- name: apt-get update Ubuntu | ||
- name: apt-get update Ubuntu, libwayland-dev | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install libwayland-dev | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected] | ||
with: | ||
|