diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b07b626..c890c71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,12 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2 + - name: Install Linux Dependencies + if: matrix.os == 'ubuntu-latest' + run: | + sudo apt-get update + sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libssl-dev libgtk-3-dev + - name: Check formatting run: cargo fmt --all -- --check diff --git a/Cargo.lock b/Cargo.lock index 43b8b1c..b4ff0ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3521,7 +3521,7 @@ dependencies = [ [[package]] name = "routecode-cli" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "async-trait", @@ -3543,7 +3543,7 @@ dependencies = [ [[package]] name = "routecode-sdk" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "async-stream",