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 b93645b commit 00ece7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
run: |
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
rm -f vcxproj_make.py
wget https://raw.githubusercontent.com/rcedgar/vcxproj_make/806d016/vcxproj_make.py
chmod u+x ./vcxproj_make.py
./vcxproj_make.py --openmp
chmod u+x ./build_linux.bash
Expand Down

0 comments on commit 00ece7c

Please sign in to comment.