Skip to content

Commit

Permalink
fix: fix libx11-dev package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Jan 10, 2025
1 parent 01e641a commit 18e5c76
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:

lint:
name: lint
needs: check
strategy:
fail-fast: false
matrix:
Expand All @@ -62,7 +61,6 @@ jobs:

tests:
name: test
needs: check
strategy:
fail-fast: false
matrix:
Expand All @@ -82,14 +80,14 @@ jobs:
name: install libX11-devel for libX11
run: |
sudo apt-get update
sudo apt-get install -y libX11-devel
sudo apt-get install -y libx11-dev
- uses: Swatinem/rust-cache@v1
- name: cargo test
run: cargo test --all --locked

pkg-deb:
name: binary package .deb
needs: check
needs: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -103,7 +101,6 @@ jobs:

audit:
name: security audit
needs: check
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 18e5c76

Please sign in to comment.