Skip to content

Commit

Permalink
Fix build_osx_M.yml bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rcedgar committed Nov 11, 2024
1 parent 2cf9d33 commit 6d49a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_osx_M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Build-commands
run: |
cd $GITHUB_WORKSPACE/src
curl -fsSL https://raw.githubusercontent.com/rcedgar/vcxproj_make/806d016/vcxproj_make.py > vcxproj_make.py
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
./vcxproj_make.py --openmp --cppcompiler g++-11 --nonative
- name: Upload binary artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6d49a2f

Please sign in to comment.