diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 80c255f..6a74b00 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,10 @@ jobs: run: | choco install --no-progress --yes --force --source=cygwin gcc-core,libtool,make,wget,pkg-config choco install --no-progress --yes --force --source=cygwin lua,lua-devel,lua-lpeg,libncurses-devel - echo '::add-path::C:\tools\cygwin\bin' + + - name: Setup $PATH + shell: bash + run: echo 'C:\tools\cygwin\bin' >> $GITHUB_PATH - name: Git configuration run: | |
