Skip to content

Commit c86e7bf

Browse files
Fix environment variable syntax in workflow
1 parent 77ac0d0 commit c86e7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
modules: 'qtmultimedia'
2424

2525
- name: 🔍 Debug Installation Path
26-
run: echo "Qt should be installed at: $Qt6_DIR"
26+
run: echo "Qt should be installed at: ${{ env.Qt6_DIR }}"
2727

2828
- name: 🧰 Configure CMake for Universal Build
2929
env:

0 commit comments

Comments
 (0)