Skip to content

Commit

Permalink
action: use ./gradlew for modder CI in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
KuhakuPixel committed Mar 8, 2024
1 parent 23acf35 commit ed856c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ jobs:
- name: build
working-directory: ./Modder
# only build no testing
run: gradlew build -x test
run: ./gradlew build -x test

- name: test
working-directory: ./Modder
# only build no testing
run: gradlew test
run: ./gradlew test



Expand Down

0 comments on commit ed856c2

Please sign in to comment.