Skip to content

Commit

Permalink
Update CI-unix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sequoiar authored Jul 13, 2023
1 parent a2ae589 commit 8c4184c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Checkout submodules
run: git submodule update --init --recursive
- name: configure
run: |
./autogen.sh
Expand All @@ -34,6 +36,8 @@ jobs:
container: reactnativecommunity/react-native-android:2020-5-20
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Envinfo
run: npx envinfo
- name: Configure android arm64
Expand All @@ -51,6 +55,8 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Envinfo
run: npx envinfo
- name: Setup
Expand Down Expand Up @@ -86,6 +92,8 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Configure
run: |
mkdir build-ios
Expand Down Expand Up @@ -123,6 +131,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install QEMU
# this ensure install latest qemu on ubuntu, apt get version is old
env:
Expand Down

0 comments on commit 8c4184c

Please sign in to comment.