Skip to content

Commit b93645b

Browse files
committed
Working on workflows
1 parent 2fcaf21 commit b93645b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_linux_aarch64.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
run: |
3333
git config --global --add safe.directory /muscle
3434
cd /muscle/src
35+
curl -fsSL https://raw.githubusercontent.com/rcedgar/vcxproj_make/806d016/vcxproj_make.py >./vcxproj_make.py
36+
chmod u+x ./vcxproj_make.py
37+
./vcxproj_make.py --openmp
3538
chmod u+x ./build_linux.bash
3639
./build_linux.bash
3740

0 commit comments

Comments
 (0)