Skip to content

Commit

Permalink
YAML fix
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 28, 2024
1 parent 33c016b commit e18857e
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'
name: Clone media repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e18857e

Please sign in to comment.