Skip to content

Commit

Permalink
chore: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jun 5, 2024
1 parent eff3738 commit b709b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
apt-get update -y
apt-get upgrade -y
apt-get install -y cmake curl g++ gcc openjdk-8-jdk-headless
apt-get install -y autoconf cmake curl g++ gcc openjdk-8-jdk-headless
- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
with:
Expand Down

0 comments on commit b709b49

Please sign in to comment.