We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e3d98 commit 83dbf76Copy full SHA for 83dbf76
.github/workflows/build_osx_M.yml
@@ -25,11 +25,10 @@ jobs:
25
- name: Build-commands
26
run: |
27
cd $GITHUB_WORKSPACE/src
28
- # curl -fsSL https://raw.githubusercontent.com/rcedgar/vcxproj_make/806d016/vcxproj_make.py > vcxproj_make.py
29
- # chmod u+x ./vcxproj_make.py
30
- # ./vcxproj_make.py --openmp --cppcompiler g++-11
+ curl -fsSL https://raw.githubusercontent.com/rcedgar/vcxproj_make/2eee480/vcxproj_make.py > vcxproj_make.py
+ chmod u+x ./vcxproj_make.py
+ ./vcxproj_make.py --openmp --cppcompiler g++-11 --nonative
31
g++-11 --version > compiler.txt
32
- make -f Makefile_osxm
33
- name: Upload binary artifact
34
uses: actions/upload-artifact@v4
35
with:
0 commit comments