Skip to content

Commit

Permalink
Update build_wed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meikelm authored May 25, 2024
1 parent 44500bd commit 77cd7ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_wed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 77cd7ce

Please sign in to comment.