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