From 75f48907aef38c9232086811b3e2f7eaa6154267 Mon Sep 17 00:00:00 2001 From: JulianDev <61058379+JulianDev24@users.noreply.github.com> Date: Sun, 7 Jul 2024 19:51:57 +0100 Subject: [PATCH] Update test_windows.yml --- .github/workflows/test_windows.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test_windows.yml b/.github/workflows/test_windows.yml index 80acfc2ca4..416126ab24 100644 --- a/.github/workflows/test_windows.yml +++ b/.github/workflows/test_windows.yml @@ -9,7 +9,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/checkout@v3 + - name: Checkout repo + uses: actions/checkout@v4 + with: + submodules: 'recursive' - name: Enable Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1 @@ -17,9 +20,3 @@ jobs: - name: Build AirLib shell: cmd run: build.cmd - - - name: Unity build - shell: cmd - run: | - cd Unity - build.cmd