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 2fcaf21 commit b93645b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ 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
chmod u+x ./vcxproj_make.py
./vcxproj_make.py --openmp
chmod u+x ./build_linux.bash
./build_linux.bash
Expand Down

0 comments on commit b93645b

Please sign in to comment.