Skip to content

Commit 27a5c1d

Browse files
committed
Switch to using Windows .bat file in CI
1 parent 8f3c488 commit 27a5c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Build and Test ${{ env.PACKAGE_NAME }}
174174
run: |
175-
./gradlew build -Paws.sdk.kotlin.crt.disableCrossCompile=mingw_x64
175+
gradlew.bat build -Paws.sdk.kotlin.crt.disableCrossCompile=mingw_x64
176176
- name: Save Test Reports
177177
if: failure()
178178
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)