Skip to content

Commit

Permalink
Fix CI Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Feb 24, 2024
1 parent 7915c80 commit 75c2889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
pkg install -y gmake git
run: |
gmake all
gmake all CC=clang
- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand All @@ -78,7 +78,7 @@ jobs:
pkg_add gmake
run: |
gmake all
gmake all CC=clang
- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 75c2889

Please sign in to comment.