[ci] tfclient x64 builds (fix 7)
/ build_x64 (push) Has been cancelled Details

This commit is contained in:
core 2023-09-27 14:09:11 -04:00
parent a439b9da90
commit 96e5229de5
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
toolchain: stable toolchain: stable
override: true override: true
- name: Install additional dependencies - name: Install additional dependencies
run: apt install libclang-dev run: apt update && apt install libclang-dev clang
- name: Enable Rust dependency caching - name: Enable Rust dependency caching
uses: https://github.com/Swatinem/rust-cache@v2 uses: https://github.com/Swatinem/rust-cache@v2
- name: Compile release binary - name: Compile release binary