Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edmocosta authored Dec 13, 2024
1 parent 523143d commit bc1e1f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
- name: Build for Linux
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y libclang1
sudo apt-get install -y build-essential
sudo apt-get install -y cmake golang
sudo apt-get install -y libclang1
cargo install cross --git https://github.com/cross-rs/cross
cross build --release --target ${{ matrix.target }}
Expand Down

0 comments on commit bc1e1f1

Please sign in to comment.