Skip to content

Commit

Permalink
Install deps for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Nov 12, 2023
1 parent 17f718b commit 0065610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run tests under crates
run: bash ci/run_test.sh
run: sudo api-get install -y xorg-dev && bash ci/run_test.sh

maple:
name: Rust Build
Expand All @@ -86,7 +86,7 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build maple
run: cargo build --release
run: sudo apt-get install -y xorg-dev && cargo build --release

docs:
name: Docs Test
Expand Down

0 comments on commit 0065610

Please sign in to comment.