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
8a4b3183
Unverified
Commit
8a4b3183
authored
Jul 16, 2021
by
Simon Ward
Browse files
Revert back
parent
d5bbdf18
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build_variants.yml
View file @
8a4b3183
...
...
@@ -69,7 +69,6 @@ jobs:
runs-on
:
${{ matrix.os }}
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Setup python
...
...
@@ -78,20 +77,20 @@ jobs:
python-version
:
${{matrix.python-version}}
-
name
:
Install wheel
run
:
|
echo "C:\msys64\usr\bin" >> $GITHUB_PATH
pip install wheel
run
:
pip install wheel
#
- uses: msys2/setup-msys2@v2
#
with:
#
msystem: MSYS
#
install:
cmake
mingw-w64-x86_64-toolchain
#
update: true
#
path-type: inherit
-
uses
:
msys2/setup-msys2@v2
with
:
msystem
:
MSYS
install
:
mingw-w64-x86_64-toolchain
update
:
true
path-type
:
inherit
-
name
:
Build CFML
shell
:
msys2 {0}
run
:
pip wheel ./ --no-deps -w ./dist/
id
:
build
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