Skip to content

Commit

Permalink
Merge 318a799 into a7b9f88
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jul 21, 2022
2 parents a7b9f88 + 318a799 commit 9239ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ environment:

before_build:
- set PATH=C:\Python27\Scripts;%PATH%
- pip install --upgrade certifi
- FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "import certifi;print(certifi.where())"`) DO ( SET SSL_CERT_FILE=%%F )
- pip install hererocks
- hererocks here --%LUA% -rlatest
- call here\bin\activate
Expand Down

0 comments on commit 9239ecb

Please sign in to comment.