diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index a0af55e..8527941 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -21,7 +21,7 @@ jobs: toolchain: stable override: true - name: Install additional dependencies - run: apt install libclang-dev + run: apt update && apt install libclang-dev clang - name: Enable Rust dependency caching uses: https://github.com/Swatinem/rust-cache@v2 - name: Compile release binary