From dda1e3e9c8bbed62a22847e0049bdb2a42089430 Mon Sep 17 00:00:00 2001 From: Metehan Gezer Date: Thu, 12 Oct 2023 22:41:49 +0300 Subject: [PATCH] test --- .github/workflows/build-windows.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index bc8d7c0..ab49590 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -26,14 +26,12 @@ jobs: - name: checkout submodule run: | git submodule update --init --recursive - echo $PATH #working-directory: ${{github.workspace}}/glist/myglistapps/${{github.repository}} - name: Set path - uses: myci-actions/export-env-var@1 - with: - name: PATH - value: $PATH;D:/a/chesstacos/chesstacos/zbin/glistzbin-win64/clang64/bin;D:/a/chesstacos/chesstacos/zbin/glistzbin-win64/CMake/bin + run: | + Add-Content $env:GITHUB_PATH "D:/a/chesstacos/chesstacos/zbin/glistzbin-win64/clang64/bin" + Add-Content $env:GITHUB_PATH "D:/a/chesstacos/chesstacos/zbin/glistzbin-win64/CMake/bin" - name: Clone GlistEngine uses: GuillaumeFalourd/clone-github-repo-action@v2.2