Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 3, 2024
1 parent 6083bc6 commit 6e73072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ios_qt6.yml
Expand Up @@ -73,7 +73,6 @@ jobs:
run: |
source ./scripts/version_number.sh
source ./scripts/ci/generate-version-details.sh
mkdir -p build
cmake -S "${{ github.workspace }}" \
-B "/Users/runner/builddir" \
-G "Xcode" \
Expand Down Expand Up @@ -107,6 +106,8 @@ jobs:
-D CMAKE_CXX_VISIBILITY_PRESET=hidden \
-D WITH_CCACHE=ON
grep QT_NO_PRINT /User/runner/builddir/vcpkg_installed -r
- name: 📑 Upload Dep Build Logs
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 6e73072

Please sign in to comment.