Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 30, 2024
1 parent 9ba6ff8 commit 2c9003b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,10 @@ jobs:
distribution: "zulu"
java-version: 11

- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- uses: msys2/setup-msys2@v2

- name: Change wrapper permissions
run: chmod +x ./gradlew
# - name: Change wrapper permissions
# run: chmod +x ./gradlew

- name: Download sources
run: ./gradlew download_all_sources
Expand Down

0 comments on commit 2c9003b

Please sign in to comment.