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

Try built in MSYS

parent a4cf373f
No related branches found
No related tags found
2 merge requests!18Feature python api build wheels,!17Feature - Python_api wheels
......@@ -69,9 +69,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: switch git-bash shell to msys2 shell by adding msys2 path to PATH front
run: echo "C:\msys64\usr\bin" >> $GITHUB_PATH
shell: bash
- uses: actions/checkout@v2
......@@ -81,7 +78,9 @@ jobs:
python-version: ${{matrix.python-version}}
- name: Install wheel
run: pip install wheel
run: |
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
pip install wheel
# - uses: msys2/setup-msys2@v2
# with:
......@@ -91,8 +90,7 @@ jobs:
# path-type: inherit
- name: Build CFML
# shell: msys2 {0}
# id: build
shell: msys2 {0}
run: pip wheel ./ --no-deps -w ./dist/
env:
MINGW_ARCH: MINGW64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment