Skip to content

Commit

Permalink
Update windows-qt6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 8, 2024
1 parent 9047cdd commit e4d056a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/windows-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,18 @@ jobs:
-D NUGET_TOKEN=${{ secrets.GITHUB_TOKEN }}
- uses: m-kuhn/action-tmate@patch-1
if: always()

- name: 🌋 Build
shell: bash
env:
CCACHE_DEBUG: 1
CCACHE_DEBUGDIR: ccache-debug
run: |
cmake --build "${{ github.workspace }}/build" --config Release
if: always()

# - name: 🌋 Build
# shell: bash
# env:
# CCACHE_DEBUG: 1
# CCACHE_DEBUGDIR: ccache-debug
# run: |
# cmake --build "${{ github.workspace }}/build" --config Release

- name: 📦 Package
shell: bash
Expand Down

0 comments on commit e4d056a

Please sign in to comment.