Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Jan 12, 2025
1 parent df377ac commit e05161b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
allow-prereleases: true
- name: Build for ${{matrix.TARGET}} (Linux)
if: runner.os == 'Linux'
uses: ${{ matrix.image || `` }}
uses: ${{ matrix.image || '' }}
with:
args: ${{matrix.CMD_BUILD}}
- name: Build for ${{matrix.TARGET}}
Expand Down

0 comments on commit e05161b

Please sign in to comment.