Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Sep 30, 2024
1 parent 9868854 commit 4fe88f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
Expand All @@ -22,6 +23,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
if: matrix.os == "ubuntu-latest"
cmd: sudo apt update && sudo apt install libwayland-dev
- name: Build
run: cargo build --release --target ${{ matrix.target }}
- name: Rename executable
Expand Down Expand Up @@ -51,7 +55,7 @@ jobs:
with:
name: Concavum customizer ${{ github.ref_name }}
body: The executables for the concavum customizer ${{ github.ref_name }}.
files: '*'
files: "*"
fail_on_unmatched_files: true
deploy-to-pages:
name: Deploy to GitHub pages
Expand Down

0 comments on commit 4fe88f7

Please sign in to comment.