Skip to content

Commit af82bdc

Browse files
committed
Another attempt.
1 parent e187776 commit af82bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
cache: 'true'
2323

2424
- name: Set QT_Includes
25-
shell: bash
25+
shell: pwsh
2626
run: |
27-
echo "Qt_INCLUDEPATH_=$QT_ROOT_DIR/include" >> "$GITHUB_ENV"
27+
echo "QtInclude=$QT_ROOT_DIR/include" >> $env:GITHUB_ENV
2828
2929
- name: Add msbuild to PATH
3030
uses: microsoft/setup-msbuild@v1.1

0 commit comments

Comments
 (0)