Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Jan 22, 2025
1 parent b1cf413 commit 900c384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
apt update
apt upgrade -y
apt install -y curl build-essential gcc cmake pkg-config
apt install -y curl build-essential gcc cmake pkg-config libssl-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${{ env.toolchain }}
. "$HOME/.cargo/env"
cargo --version
Expand Down

0 comments on commit 900c384

Please sign in to comment.