From 6a1be795086fe860ce53f3971437b67fdd442337 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Wed, 11 Sep 2024 13:37:08 -0400 Subject: [PATCH] chore: Adjust operator --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed8921..965c58c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: # Skip the macOS release build, the agent does not have # enough disk space to handle it. - if: runner.os == 'macos' and matrix.config != 'Release' + if: runner.os == 'macos' && matrix.config != 'Release' shell: pwsh run: | & dotnet build -c ${{ matrix.config }} /p:RunAOTCompilation=false /p:WasmShellILLinkerEnabled=false /p:WindowsAppSDKSelfContained=false /p:WindowsPackageType=None /bl:.\logs\sample-5.2-${{ matrix.config }}-incremental.binlog samples\5.2\Uno52ResizetizerTests\Uno52ResizetizerTests.sln