feat: add missing command for unsafe waypoint

Update Upstream(Luminol)
This commit is contained in:
Helvetica Volubi
2025-07-18 20:07:55 +08:00
parent 7179463c36
commit 1707673c8d
5 changed files with 41 additions and 10 deletions
+6 -4
View File
@@ -1,10 +1,12 @@
name: Lophine CI - ver/1.21.8
name: Lophine CI
on:
push:
branches: [ "ver/1.21.8" ]
branches:
- "**"
pull_request:
branches: [ "ver/1.21.8" ]
branches:
- "**"
permissions: write-all
@@ -20,7 +22,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 22
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4