Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 0718e9a

Browse files
committed
Fix CI dependency error on Ubuntu
1 parent 4d7ac04 commit 0718e9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v3
23+
- name: Install dependencies (Ubuntu)
24+
if: matrix.os == 'ubuntu-latest'
25+
run: sudo apt-get update && sudo apt-get install -y libxdp-dev
2326
- name: Setup Rust Toolchain
2427
uses: actions-rust-lang/setup-rust-toolchain@v1
2528
- name: Check formatting

0 commit comments

Comments
 (0)