Skip to content

Commit

Permalink
chore: Adjust operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 11, 2024
1 parent 4e1c8f8 commit 6a1be79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a1be79

Please sign in to comment.