chore: なぜかGradleが勝手に違うプロジェクトを開いてしまうので強制的に変更

This commit is contained in:
usbharu 2024-09-17 22:20:10 +09:00
parent d2030bc9e5
commit 0b1fe6eefc
No known key found for this signature in database
GPG Key ID: 95CBCF7046307B77
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ jobs:
gradle-home-cache-cleanup: true
- name: Build
run: ./owl/gradlew :owl:classes --no-daemon
working-directory: owl
run: ./gradlew :classes --no-daemon
hideout-core-unit-test:
needs: