We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3a9e0 commit d7fa6e3Copy full SHA for d7fa6e3
.github/workflows/build.yml
@@ -307,6 +307,7 @@ jobs:
307
strategy:
308
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them both to run to completion.
309
matrix:
310
+ repo: [Windows, Labs-Windows]
311
platform: [WinUI2, WinUI3]
312
313
env:
@@ -326,10 +327,10 @@ jobs:
326
327
run: dotnet --info
328
329
# Modified - Check out the main repo's repository first
- - name: Checkout Main Repository
330
+ - name: Checkout ${{ matrix.repo }} Repository
331
uses: actions/checkout@v3
332
with:
- repository: CommunityToolkit/Windows
333
+ repository: CommunityToolkit/${{ matrix.repo }}
334
ref: main
335
336
# Checks-out Current tooling changes as the submodule
0 commit comments