Skip to content

Commit

Permalink
Working on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rcedgar committed Aug 22, 2024
1 parent 3d4d6d2 commit 6386805
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git config --global --add safe.directory /muscle
cd /muscle/src
rm -f vcxproj_make.py
wget https://raw.githubusercontent.com/rcedgar/vcxproj_make/806d016/vcxproj_make.py
curl -fsSL https://raw.githubusercontent.com/rcedgar/vcxproj_make/806d016/vcxproj_make.py > vcxproj_make.py
chmod u+x ./vcxproj_make.py
./vcxproj_make.py --openmp
chmod u+x ./build_linux.bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_osx_M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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/806d016/vcxproj_make.py > vcxproj_make.py
chmod u+x ./vcxproj_make.py
./vcxproj_make.py --openmp --cppcompiler g++-11
- name: Upload binary artifact
Expand Down
File renamed without changes.

0 comments on commit 6386805

Please sign in to comment.