Add wayland dependency in workflow
This commit is contained in:
parent
652622efd5
commit
676a78e90c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
|||
profile: minimal
|
||||
toolchain: nightly
|
||||
override: true
|
||||
- name: Install wayland dependency on linux
|
||||
if: ${{ matrix.os == 'ubuntu-22.04' }}
|
||||
run: sudo apt-get install -y libwayland-dev
|
||||
|
||||
- name: Build binary
|
||||
run: |
|
||||
|
@ -88,6 +91,7 @@ jobs:
|
|||
create-tag:
|
||||
name: "Create tag"
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [compile]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: rickstaa/action-create-tag@v1
|
||||
|
|
Loading…
Reference in a new issue