From 96e5229de5aa5cb2bdee5a081fa6e1ba55f00991 Mon Sep 17 00:00:00 2001 From: core Date: Wed, 27 Sep 2023 14:09:11 -0400 Subject: [PATCH] [ci] tfclient x64 builds (fix 7) --- .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 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