File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 github :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-24.04
1010 if : " contains(github.event.head_commit.message, 'chore: release')"
1111 steps :
12+ - run : sudo apt-get install -y libpango1.0-dev libgraphene-1.0-dev libudev-dev libgtk-4-dev libglib2.0-dev
13+
1214 - uses : actions/checkout@v4
1315 with :
1416 fetch-depth : 0
7072 runs-on : ubuntu-24.04
7173 needs : linux
7274 steps :
73- - name : Install dependencies
74- run : |
75- sudo apt-get update
76- sudo apt-get install -y libudev-dev libgtk-4-dev libglib2.0-dev
75+ - run : sudo apt-get install -y libpango1.0-dev libgraphene-1.0-dev libudev-dev libgtk-4-dev libglib2.0-dev
7776
7877 - uses : actions-rs/toolchain@v1
7978 with :
Original file line number Diff line number Diff line change 6060 if : hashFiles('Cargo.lock') == ''
6161 run : cargo generate-lockfile
6262 - name : cargo test
63- run : cargo test --locked --all-features --all-targets --exclude goldboot-linux
63+ run : cargo test --locked --all-features --all-targets --workspace -- exclude goldboot-linux
You can’t perform that action at this time.
0 commit comments