diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c9f0118..92470969 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: if: matrix.platform == 'ubuntu-latest' run: | sudo apt-get update - sudo apt-get install -y build-essential curl libssl-dev + sudo apt-get install -y build-essential curl libssl-dev xi-dev - name: Rust setup uses: dtolnay/rust-toolchain@stable @@ -94,6 +94,7 @@ jobs: sudo apt-get update sudo apt-get install -y \ pkg-config \ + xi-dev \ build-essential \ curl \ libssl-dev \