Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jan 9, 2025
1 parent 81b0986 commit 09c6503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
if: >
!(
inputs.refLTITag == '24.0.9' &&
(matrix.runtime == 'mac' || matrix.runtime == 'windows')
(${{ matrix.runtime }} == 'mac' || ${{ matrix.runtime }} == 'windows')
)
env:
USE_LOCAL_PLUGIN: ${{ inputs.useLocalPlugin || false }}
Expand Down

0 comments on commit 09c6503

Please sign in to comment.