Skip to content

Commit 83dbf76

Browse files
committed
Add --nonative option to OSX M1 action
1 parent 46e3d98 commit 83dbf76

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_osx_M.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
- name: Build-commands
2626
run: |
2727
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
28+
curl -fsSL https://raw.githubusercontent.com/rcedgar/vcxproj_make/2eee480/vcxproj_make.py > vcxproj_make.py
29+
chmod u+x ./vcxproj_make.py
30+
./vcxproj_make.py --openmp --cppcompiler g++-11 --nonative
3131
g++-11 --version > compiler.txt
32-
make -f Makefile_osxm
3332
- name: Upload binary artifact
3433
uses: actions/upload-artifact@v4
3534
with:

0 commit comments

Comments
 (0)