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 80dc53a commit 80cd944
Showing 1 changed file with 1 addition and 1 deletion.
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
curl -fsSL https://raw.githubusercontent.com/rcedgar/vcxproj_make/806d016/vcxproj_make.py > vcxproj_make.py
chmod x vcxproj_make.py
chmod +x vcxproj_make.py
./vcxproj_make.py --openmp
- name: Upload binary artifact
Expand Down

0 comments on commit 80cd944

Please sign in to comment.