diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8113e857..a97de5e61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,10 @@ jobs: with: toolchain: 1.69.0 components: rustfmt, clippy + - name: Setup OCI runtime build env + run: | + sudo apt -y update + sudo apt install -y pkg-config libsystemd-dev libdbus-glib-1-dev build-essential libelf-dev libseccomp-dev libclang-dev - name: Setup WasmEdge build env run: | curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- --version=0.11.2 @@ -41,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.69.0 - name: Setup OCI runtime build env run: | sudo apt -y update