Skip to content

Commit

Permalink
ci: disable windows runner due to build issue
Browse files Browse the repository at this point in the history
Style check failed with make command:
Run make style-lint
  make style-lint
  shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
  env:
    CI_NAME: Commit CI
    CI_BRANCH: develop
    JAVA_HOME: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\17.0.9-9.1\x64
    JAVA_HOME_17_X64: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\17.0.9-9.1\x64
    ANDROID_HOME: C:\Android\android-sdk
    ANDROID_SDK_ROOT: C:\Android\android-sdk
./gradlew spotlessCheck
'.' is not recognized as an internal or external command,
operable program or batch file.
make: *** [Makefile:17: spotlessCheck] Error 1
Error: Process completed with exit code 2.
  • Loading branch information
Bambooin committed Dec 14, 2023
1 parent 5232f18 commit 5f3cc5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-22.04
- macos-13
- windows-2022
# - windows-2022
steps:
- name: Fetch source code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-22.04
- macos-13
- windows-2022
# - windows-2022
steps:
- name: Fetch source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 5f3cc5b

Please sign in to comment.