Skip to content

Commit

Permalink
tests: add libwayland-dev so rfd 0.15.0 compiles
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Sep 19, 2024
1 parent 97b56c9 commit ded5596
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust-qsvdp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: apt-get update Ubuntu, libwayland-dev
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
- name: Update Rust
run: rustup update
- name: Setup Rust-cache
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust-qsvlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: apt-get update Ubuntu, libwayland-dev
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
- name: Update Rust
run: rustup update
- name: Setup Rust-cache
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust-to.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- 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
- name: Update Rust
run: rustup update
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ded5596

Please sign in to comment.