From c4cce4a638dad3f1723cab2934059e38232256eb Mon Sep 17 00:00:00 2001 From: core Date: Wed, 27 Sep 2023 14:12:34 -0400 Subject: [PATCH] [ci] tfclient x64 builds (fix 8) --- .forgejo/workflows/tfclient.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index 8527941..7fffd65 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 update && apt install libclang-dev clang + run: apt update && apt-get install -y libclang-dev clang - name: Enable Rust dependency caching uses: https://github.com/Swatinem/rust-cache@v2 - name: Compile release binary