mirror of
https://github.com/tooot-app/app
synced 2025-04-24 07:07:24 +02:00
Merge branch 'main' into candidate
This commit is contained in:
commit
3b7104a892
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '11'
|
||||||
- name: -- Step 4 -- Install node dependencies
|
- name: -- Step 4 -- Install node dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: -- Step 5 -- Install ruby dependencies
|
- name: -- Step 5 -- Install ruby dependencies
|
||||||
@ -93,7 +93,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '11'
|
||||||
- name: -- Step 4 -- Use Expo action
|
- name: -- Step 4 -- Use Expo action
|
||||||
uses: expo/expo-github-action@v7
|
uses: expo/expo-github-action@v7
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user