Skip to content

Commit e78f03e

Browse files
authored
build-libwebrtc.yml: fix condition (#204)
1 parent 39aff60 commit e78f03e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-libwebrtc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
name: Build (${{ matrix.os }})
5656
runs-on: ${{ matrix.os }}
57-
if: inputs.os == 'all' || inputs.os == matrix.os
57+
if: ${{ inputs.os == 'all' || inputs.os == matrix.os }}
5858

5959
steps:
6060
- name: Install depot_tools

0 commit comments

Comments
 (0)