Skip to content

Commit

Permalink
Disabled for wrong machine
Browse files Browse the repository at this point in the history
  • Loading branch information
findjigar committed Sep 27, 2023
1 parent 480e311 commit 6322246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Build for MacOS
if: matrix.os == 'macOS-latest'
run: ./gradlew -PenableWasm=false build --no-daemon --stacktrace --build-cache
run: ./gradlew build --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 All @@ -53,7 +53,7 @@ jobs:
CI: "true"
- name: Build for Windows
if: matrix.os == 'windows-latest'
run: ./gradlew build --no-daemon --stacktrace --build-cache
run: ./gradlew 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 6322246

Please sign in to comment.