Skip to content

Commit

Permalink
Update build_mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Nov 15, 2024
1 parent 1269a6e commit 03a8b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build
run: ./gradlew build --no-daemon --stacktrace --build-cache
run: ./gradlew build --stacktrace
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 03a8b7d

Please sign in to comment.