Skip to content

Commit b96e609

Browse files
author
Timothy Mothra Lee (from Dev Box)
committed
changing task to use powershell
1 parent dc31c7c commit b96e609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
uses: gradle/actions/setup-gradle@v4
3535

3636
- name: Build native C++ code (Windows-specific)
37-
run: ./gradlew -Dai.etw.native.build=release :etw:native:build
37+
shell: powershell
38+
run: ./gradlew "-Dai.etw.native.build=release" :etw:native:build
3839

3940
- name: Assemble
4041
# skipping build cache is needed so that all modules will be analyzed

0 commit comments

Comments
 (0)