We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523143d commit bc1e1f1Copy full SHA for bc1e1f1
.github/workflows/cd.yml
@@ -67,7 +67,9 @@ jobs:
67
- name: Build for Linux
68
if: matrix.os == 'ubuntu-latest'
69
run: |
70
- sudo apt-get install -y libclang1
+ sudo apt-get install -y build-essential
71
+ sudo apt-get install -y cmake golang
72
+ sudo apt-get install -y libclang1
73
cargo install cross --git https://github.com/cross-rs/cross
74
cross build --release --target ${{ matrix.target }}
75
0 commit comments