Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
irrld committed Oct 12, 2023
1 parent b27f16e commit dda1e3e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit dda1e3e

Please sign in to comment.