Skip to content

Commit

Permalink
Fix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Jan 7, 2024
1 parent 8bfbefa commit c96c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "TRIPLET=x64-linux" >> $GITHUB_ENV
- name: Set compiler (windows-latest)
if: maxtrix.os == 'windows-latest'
if: matrix.os == 'windows-latest'
run: |
echo "TRIPLET=x64-windows" >> $GITHUB_ENV
Expand Down

0 comments on commit c96c6e9

Please sign in to comment.