Skip to content

Commit

Permalink
fixing timeout?
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Jun 24, 2024
1 parent 7f8985c commit 1e69b78
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 @@ -11,7 +11,7 @@ jobs:
with:
java-version: 1.8
- run: chmod +x gradlew
- run: ./gradlew build --info --scan
- run: ./gradlew build
build-on-macos:
runs-on: macos-latest
steps:
Expand All @@ -20,4 +20,4 @@ jobs:
with:
java-version: 1.8
- run: chmod +x gradlew
- run: ./gradlew build --info --scan
- run: ./gradlew build

0 comments on commit 1e69b78

Please sign in to comment.