mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update rust.yml
This commit is contained in:
parent
b5ef8b61e3
commit
62d1dd6fba
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
run: |
|
||||
echo ${{ env.VERSION }}
|
||||
- name: Install dependencies
|
||||
run: sudo /bin/apt-get update; sudo /bin/apt-get install --no-install-recommends python3-pip clang gcc gcc-multilib llvm libelf-dev git nano graphviz curl screen llvm pkg-config linux-tools-common linux-tools-`/bin/uname r` libbpf-dev mold
|
||||
run: sudo /bin/apt-get update; sudo /bin/apt-get install --no-install-recommends python3-pip clang gcc gcc-multilib llvm libelf-dev git nano graphviz esbuild curl screen llvm pkg-config linux-tools-common linux-tools-`/bin/uname r` libbpf-dev mold
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
- name: Build
|
||||
run: pushd src/rust; cargo build --verbose --all; popd
|
||||
|
Loading…
Reference in New Issue
Block a user