mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
Why do even need java?
This commit is contained in:
parent
03a342bcc4
commit
35ca581b6c
1 changed files with 6 additions and 7 deletions
|
@ -16,7 +16,7 @@ env:
|
|||
|
||||
jobs:
|
||||
format:
|
||||
name: 'verify format'
|
||||
name: 'Verify Format'
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: fijxu/build-environments:linux-clang-format
|
||||
|
@ -24,13 +24,12 @@ jobs:
|
|||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
with:
|
||||
submodules: false
|
||||
- name: set up JDK 17
|
||||
uses: https://github.com/actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
# - name: set up JDK 17
|
||||
# uses: https://github.com/actions/setup-java@v3
|
||||
# with:
|
||||
# java-version: '17'
|
||||
# distribution: 'temurin'
|
||||
- name: 'Verify Formatting'
|
||||
container:
|
||||
run: bash -ex ./.ci/scripts/format/script.sh
|
||||
build-linux:
|
||||
name: 'test build'
|
||||
|
|
Loading…
Reference in a new issue