Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Apr 25, 2024
1 parent 384873b commit ea70b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
export LIBRARY_PATH=$LIBRARY_PATH:$(brew --prefix zstd)/lib/
export LIBRARY_PATH=$LIBRARY_PATH:$(brew --prefix nettle)/lib/
${{steps.qt.outputs.make}}
make
- name: Deploy Mac
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Make
run: |
${{steps.qt.outputs.make}}
make
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Make
shell: bash
run: |
${{steps.qt.outputs.make}}
nmake
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ea70b35

Please sign in to comment.