mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
pls work?
This commit is contained in:
13
.github/workflows/gradle.yaml
vendored
13
.github/workflows/gradle.yaml
vendored
@@ -34,13 +34,16 @@ jobs:
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
|
||||
# The git restore is for windows, soft-link might be broken :p
|
||||
- run: |
|
||||
mkdir ./gui/dist
|
||||
git restore -- ./server/android/src/main/resources/web-gui
|
||||
ls ./server/android/src/main/resources/web-gui
|
||||
- run: mkdir ./gui/dist
|
||||
shell: bash
|
||||
|
||||
# The git restore is for windows, soft-link might be broken :p
|
||||
- if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
rmdir server\android\src\main\resources\web-gui
|
||||
mkdir server\android\src\main\resources\web-gui
|
||||
shell: cmd
|
||||
|
||||
- name: Check code formatting
|
||||
run: ./gradlew spotlessCheck
|
||||
|
||||
|
||||
Reference in New Issue
Block a user