summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2024-01-12 03:53:11 +0100
committert895 <clombardo169@gmail.com>2024-01-13 23:41:01 +0100
commitcdeaca73c460fa4a85d2f7d493828711f90e8747 (patch)
tree742072bed52d07dae8aa7a8e6e22d640aca9fdb7 /.github
parentMerge pull request #12605 from german77/abstract (diff)
downloadyuzu-cdeaca73c460fa4a85d2f7d493828711f90e8747.tar
yuzu-cdeaca73c460fa4a85d2f7d493828711f90e8747.tar.gz
yuzu-cdeaca73c460fa4a85d2f7d493828711f90e8747.tar.bz2
yuzu-cdeaca73c460fa4a85d2f7d493828711f90e8747.tar.lz
yuzu-cdeaca73c460fa4a85d2f7d493828711f90e8747.tar.xz
yuzu-cdeaca73c460fa4a85d2f7d493828711f90e8747.tar.zst
yuzu-cdeaca73c460fa4a85d2f7d493828711f90e8747.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/verify.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index c073f3f3f..62eb69aeb 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -13,13 +13,15 @@ jobs:
format:
name: 'verify format'
runs-on: ubuntu-latest
- container:
- image: yuzuemu/build-environments:linux-clang-format
- options: -u 1001
steps:
- uses: actions/checkout@v3
with:
submodules: false
+ - name: set up JDK 17
+ uses: actions/setup-java@v3
+ with:
+ java-version: '17'
+ distribution: 'temurin'
- name: 'Verify Formatting'
run: bash -ex ./.ci/scripts/format/script.sh
build: