Skip to content

Commit

Permalink
Added xi-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Demetz <[email protected]>
  • Loading branch information
Benji377 authored Oct 19, 2024
1 parent f9191ee commit ebc57c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -94,6 +94,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
pkg-config \
xi-dev \
build-essential \
curl \
libssl-dev \
Expand Down

0 comments on commit ebc57c9

Please sign in to comment.