Skip to content
Snippets Groups Projects
Unverified Commit e8d11967 authored by Simon Ward's avatar Simon Ward
Browse files

Fix PATH variable

parent 99ef74c1
No related branches found
No related tags found
2 merge requests!18Feature python api build wheels,!17Feature - Python_api wheels
......@@ -63,7 +63,7 @@ jobs:
create-Windows:
strategy:
max-parallel: 4
max-parallel: 1
matrix:
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ]
os: [ windows-latest ]
......@@ -85,12 +85,13 @@ jobs:
run: |
choco install mingw -y
choco install msys2 --params "/NoUpdate"
echo "::add-path::C:\\tools\\msys64\\usr\\bin"
echo "::add-path::C:\\tools\\msys64\\mingw64\\bin"
echo "::set-env name=PKG_CONFIG_PATH::/mingw64/lib/pkgconfig"
echo "C:\\tools\\msys64\\usr\\bin" >> $GITHUB_PATH
echo "C:\\tools\\msys64\\mingw64\\bin" >> $GITHUB_PATH
- name: Build CFML (Windows)
run: pip3 wheel ./ --no-deps -w ./dist/
env:
PKG_CONFIG_PATH: /mingw64/lib/pkgconfig
- uses: actions/upload-artifact@v2
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment