diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75a2240..489241e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@v2 + with: + submodules: recursive - name: Install Dependencies run: | @@ -62,6 +64,8 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@v2 + with: + submodules: recursive - run: rustup target add x86_64-pc-windows-msvc