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
e8d11967
Unverified
Commit
e8d11967
authored
Jul 14, 2021
by
Simon Ward
Browse files
Fix PATH variable
parent
99ef74c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build_variants.yml
View file @
e8d11967
...
...
@@ -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
:
...
...
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