Skip to content

Commit 849fb34

Browse files
committed
Attempt at fixing the actions.
1 parent 81df21a commit 849fb34

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ master, develop ]
5+
branches: [ master, develop, actions-fix ]
66
pull_request:
77
branches: [ master, develop ]
88

@@ -27,6 +27,12 @@ jobs:
2727
setup-python: 'true'
2828
tools-only: 'false'
2929

30+
- name: Set QTDIR and QtToolsPath
31+
shell: bash
32+
run: |
33+
echo "QTDIR=$QT_ROOT_DIR" >> "$GITHUB_ENV"
34+
echo "QtToolsPath=$QT_ROOT_DIR/bin" >> "$GITHUB_ENV"
35+
3036
- name: Build the lib in release mode
3137
shell: pwsh
3238
run: |

0 commit comments

Comments
 (0)