Skip to content

Commit

Permalink
ci: install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cilki committed Jun 2, 2024
1 parent e4d982f commit 54cb77d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:

jobs:
github:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: "contains(github.event.head_commit.message, 'chore: release')"
steps:
- run: sudo apt-get install -y libpango1.0-dev libgraphene-1.0-dev libudev-dev libgtk-4-dev libglib2.0-dev

- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down Expand Up @@ -70,10 +72,7 @@ jobs:
runs-on: ubuntu-24.04
needs: linux
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libudev-dev libgtk-4-dev libglib2.0-dev
- run: sudo apt-get install -y libpango1.0-dev libgraphene-1.0-dev libudev-dev libgtk-4-dev libglib2.0-dev

- uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
- name: cargo test
run: cargo test --locked --all-features --all-targets --exclude goldboot-linux
run: cargo test --locked --all-features --all-targets --workspace --exclude goldboot-linux

0 comments on commit 54cb77d

Please sign in to comment.