Skip to content

Commit

Permalink
CI: Add libwayland-dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bwidawsk committed Oct 9, 2023
1 parent e24834f commit f024be0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install -y libwayland-dev
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -63,6 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: sudo apt-get install -y libwayland-dev
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -92,6 +94,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: sudo apt-get install -y libwayland-dev
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down Expand Up @@ -141,6 +144,8 @@ jobs:
profile: minimal
default: true
override: true
- name: Install libwayland-dev
run: sudo apt-get install -y libdrm-dev libwayland-dev
- name: Cargo cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit f024be0

Please sign in to comment.