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 39aff60 commit e78f03eCopy full SHA for e78f03e
1 file changed
.github/workflows/build-libwebrtc.yml
@@ -54,7 +54,7 @@ jobs:
54
55
name: Build (${{ matrix.os }})
56
runs-on: ${{ matrix.os }}
57
- if: inputs.os == 'all' || inputs.os == matrix.os
+ if: ${{ inputs.os == 'all' || inputs.os == matrix.os }}
58
59
steps:
60
- name: Install depot_tools
0 commit comments