mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
fix Windows path
This commit is contained in:
parent
d4e1899747
commit
64908e0080
2
.github/workflows/Windows.yml
vendored
2
.github/workflows/Windows.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
- name: Set ENV
|
||||
shell: cmd
|
||||
run: |
|
||||
echo PATH=C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin >> %GITHUB_ENV%
|
||||
echo PATH=C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin;%PATH% >> %GITHUB_ENV%
|
||||
- name: Check ENV
|
||||
shell: cmd
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user