Skip to content

Commit 0e20865

Browse files
author
Timothy Mothra Lee (from Dev Box)
committed
testing
1 parent dc7ecca commit 0e20865

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
run: ./gradlew assemble --no-build-cache
3838

3939
- name: Build native C++ code
40-
run: |
41-
cd etw/native
42-
./gradlew build
40+
run: ./gradlew :etw:native:build
4341

4442
- name: Perform CodeQL analysis
4543
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)