Skip to content

Commit

Permalink
ci: avoid usage of ::add-path:: command in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Nov 20, 2020
1 parent 974564c commit 5566e92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5566e92

Please sign in to comment.