From a439b9da90bed8ca3aaab60648aa51b218cce8a0 Mon Sep 17 00:00:00 2001 From: core Date: Wed, 27 Sep 2023 14:08:17 -0400 Subject: [PATCH] [ci] tfclient x64 builds (fix 6) --- .forgejo/workflows/tfclient.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index 8852dc9..a0af55e 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -20,6 +20,8 @@ jobs: profile: minimal toolchain: stable override: true + - name: Install additional dependencies + run: apt install libclang-dev - name: Enable Rust dependency caching uses: https://github.com/Swatinem/rust-cache@v2 - name: Compile release binary