From 77cd7ce39b5dc7c0235a0511e865b14086db6418 Mon Sep 17 00:00:00 2001 From: Michael Minnhaar Date: Sat, 25 May 2024 13:10:46 -0700 Subject: [PATCH] Update build_wed.yml --- .github/workflows/build_wed.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_wed.yml b/.github/workflows/build_wed.yml index 4d56fe21a..ce02f4b0b 100644 --- a/.github/workflows/build_wed.yml +++ b/.github/workflows/build_wed.yml @@ -13,7 +13,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Add MSBuild to PATH @@ -38,7 +38,7 @@ jobs: APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }} steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: yes - name: Setup Credentials @@ -48,7 +48,7 @@ jobs: p12-password: ${{ secrets.APPLE_DEV_CERTIFICATE_PASSWORD }} - name: Build Libs run: | - git submodule init + git submodule init libs git submodule update libs cd libs make -j$(sysctl -n hw.logicalcpu) @@ -74,13 +74,13 @@ jobs: image: ghcr.io/x-plane/xptools_builder:latest steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Build Libs run: | git config --global --add safe.directory /__w/xptools/xptools - git submodule init + git submodule init libs git submodule update libs cd libs make -j$(nproc)