Skip to content

Commit

Permalink
ci: add debug, to be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Jan 7, 2025
1 parent dd7aea1 commit 35a4189
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
version: ${{ matrix.preset.qt_version }}
cache: true

- name: debug
run: |
echo "QT_ROOT_DIR=${QT_ROOT_DIR}"
echo "RUNNER_WORKSPACE=${RUNNER_WORKSPACE}"
- name: Install dependencies on Ubuntu (${{ join(matrix.preset.apt_pgks, ' ') }})
if: ${{ runner.os == 'Linux' && matrix.preset.apt_pgks }}
run: |
Expand Down

0 comments on commit 35a4189

Please sign in to comment.