Skip to content

Commit

Permalink
Attempt to add kotlinUpgradeYarnLock for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
findjigar committed Sep 28, 2023
1 parent 6322246 commit 713bfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
CI: "true"
- name: Build for Windows
if: matrix.os == 'windows-latest'
run: ./gradlew build -PenableWasm=false --no-daemon --stacktrace --build-cache
run: ./gradlew kotlinUpgradeYarnLock build -PenableWasm=false --no-daemon --stacktrace --build-cache
env:
S3_BUILD_CACHE_AWS_REGION: ${{ secrets.S3_BUILD_CACHE_AWS_REGION }}
S3_BUILD_CACHE_BUCKET_NAME: ${{ secrets.S3_BUILD_CACHE_BUCKET_NAME }}
Expand Down

0 comments on commit 713bfff

Please sign in to comment.