Skip to content

Commit ff8cd5e

Browse files
committed
CI: Fix expr syntax
1 parent e77199a commit ff8cd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
env:
139139
DEPENDS: ${{ matrix.dependencies }}
140-
ARCH: ${{ ! contains(['none', 'min'], matrix.dependencies) && matrix.architecture }}
140+
ARCH: ${{ !contains(fromJSON('["none", "min"]'), matrix.dependencies) && matrix.architecture }}
141141

142142
steps:
143143
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)