From 8c4184c552891cc6c4e51e87fcc3093287306c73 Mon Sep 17 00:00:00 2001 From: tom zhou Date: Thu, 13 Jul 2023 22:21:44 +0800 Subject: [PATCH] Update CI-unix.yml --- .github/workflows/CI-unix.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/CI-unix.yml b/.github/workflows/CI-unix.yml index 4defc6050..ba62bd6f1 100644 --- a/.github/workflows/CI-unix.yml +++ b/.github/workflows/CI-unix.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: