We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589dfad commit 648a0f8Copy full SHA for 648a0f8
.github/workflows/test.yml
@@ -84,7 +84,7 @@ jobs:
84
path: Tests
85
ref: main
86
87
- - if: matrix.build_type == 'x64-Release'
+ - if: (matrix.build_type == 'x64-Release') || (matrix.build_type == 'x86-Release')
88
name: Clone media repository
89
uses: actions/checkout@v4
90
with:
0 commit comments