Skip to content

Commit

Permalink
mswin gh actions #28: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Oct 2, 2021
1 parent 7dd97a7 commit 1ddbfe2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/windows-x64.yml
Expand Up @@ -63,9 +63,6 @@ jobs:
if not exist C:\libtap mkdir C:\libtap || ( echo Failed & exit /B
1 )
copy c:\Python35-x64\python.exe c:\Python35-x64\python3.exe || ( echo
Failed & exit /B 1 )
python3 -mpip install %PY3MODS% || ( echo Failed & exit /B 1 )
perl -v || ( echo Failed & exit /B 1 )
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/windows-x86.yml
Expand Up @@ -63,9 +63,6 @@ jobs:
if not exist C:\libtap mkdir C:\libtap || ( echo Failed & exit /B
1 )
copy c:\Python35-x64\python.exe c:\Python35-x64\python3.exe || ( echo
Failed & exit /B 1 )
python3 -mpip install %PY3MODS% || ( echo Failed & exit /B 1 )
perl -v || ( echo Failed & exit /B 1 )
Expand Down
2 changes: 2 additions & 0 deletions fc-solve/CI-testing/translate-travis.yml-to-github-actions.py
Expand Up @@ -184,6 +184,8 @@ def _calc_batch_code(cmds):
nonlocal cpanm_step
cpanm_step['with'] = {"install": "\n".join(dw), }
continue
if re.search("copy.*?python\\.exe", cmd):
continue
if "choco install strawberryperl" not in cmd:
if 0:
r = re.sub(
Expand Down

0 comments on commit 1ddbfe2

Please sign in to comment.