Skip to content

Commit

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


- name: set Qt env
run: |
export PATH=${RUNNER_WORKSPACE}/Qt/${{ matrix.preset.qt_version }}/gcc_64/bin/:$PATH
echo $PATH
- name: debug
run: |
echo "PATH=${PATH}"
Expand Down

0 comments on commit fac46be

Please sign in to comment.