From 2ff23ff83846c52d55ae0372edab46f34acb75d8 Mon Sep 17 00:00:00 2001 From: Tibor Djurica Potpara Date: Thu, 3 Oct 2024 11:49:50 +0100 Subject: [PATCH] fix ci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 468411ed..a9a23a59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - name: Install Rust run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - cat $HOME/.cargo/env >> $GITHUB_ENV + echo $HOME/.cargo/env >> $GITHUB_PATH - name: Install Tree-sitter