Skip to content

Commit 648a0f8

Browse files
committed
Fix expression
1 parent 589dfad commit 648a0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
path: Tests
8585
ref: main
8686

87-
- if: matrix.build_type == 'x64-Release'
87+
- if: (matrix.build_type == 'x64-Release') || (matrix.build_type == 'x86-Release')
8888
name: Clone media repository
8989
uses: actions/checkout@v4
9090
with:

0 commit comments

Comments
 (0)