Skip to content

Commit bc1e1f1

Browse files
authored
Update cd.yml
1 parent 523143d commit bc1e1f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
- name: Build for Linux
6868
if: matrix.os == 'ubuntu-latest'
6969
run: |
70-
sudo apt-get install -y libclang1
70+
sudo apt-get install -y build-essential
71+
sudo apt-get install -y cmake golang
72+
sudo apt-get install -y libclang1
7173
cargo install cross --git https://github.com/cross-rs/cross
7274
cross build --release --target ${{ matrix.target }}
7375

0 commit comments

Comments
 (0)