Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 28, 2024
1 parent e18857e commit 2c3f32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
path: Tests
ref: main

- if: matrix.build_type == 'x64-Release'
- if: (matrix.build_type == 'x64-Release') || (matrix.build_type == 'x86-Release')
name: Clone media repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2c3f32c

Please sign in to comment.