ci: install Githug native build prerequisites
This commit is contained in:
@@ -29,6 +29,13 @@ jobs:
|
||||
distribution: temurin
|
||||
java-version: '17'
|
||||
|
||||
- name: Install native build prerequisites
|
||||
shell: bash
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y clang make perl pkg-config file binutils
|
||||
|
||||
- name: Install Rust toolchain
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user