Skip to content

Commit

Permalink
🎨 update
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Mar 14, 2024
1 parent 1e985bd commit 8a4c984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
CC: ${{ matrix.cc }}
USE_DOUBLE: ${{ matrix.double }}
USE_DEBUG: 1
# USE_DEBUG: 1
strategy:
matrix:
cc: [gcc, clang]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
git push origin -f --follow-tags nightly
- name: Deploy release
uses: WebFreak001/deploy-nightly@v1.1.0
uses: WebFreak001/deploy-nightly@v3.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 8a4c984

Please sign in to comment.