Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
CrysFML
Commits
d5bbdf18
Unverified
Commit
d5bbdf18
authored
Jul 16, 2021
by
Simon Ward
Browse files
Try built in MSYS
parent
a4cf373f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build_variants.yml
View file @
d5bbdf18
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment