mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
fix: oracle typo
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Set up JDK ${{ matrix.Java }}
|
- name: Set up JDK ${{ matrix.Java }}
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'orcale'
|
distribution: 'oracle'
|
||||||
java-version: ${{ matrix.Java }}
|
java-version: ${{ matrix.Java }}
|
||||||
cache: 'gradle'
|
cache: 'gradle'
|
||||||
- name: Change wrapper permissions
|
- name: Change wrapper permissions
|
||||||
|
|||||||
Reference in New Issue
Block a user