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 a124873 commit 80dc53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ jobs:
run: |
git config --global --add safe.directory /muscle
cd /muscle/src
rm -f 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
chmod x vcxproj_make.py
./vcxproj_make.py --openmp
chmod u+x ./build_linux.bash
./build_linux.bash
- name: Upload binary artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Upload binary artifact
uses: actions/upload-artifact@v4
with:
name: muscle-windows-binary.exe
name: muscle-windows.exe
path: D:\a\muscle\muscle\src\x64\Release\muscle.exe

0 comments on commit 80dc53a

Please sign in to comment.