Skip to content

Commit

Permalink
fix a typo for build.yml pipeline file
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 24, 2024
1 parent 6fc054e commit 02cf0ed
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 @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.23
- name: Setup MSYS
if: ${{ matrix.config.platform == "windows-latest" }}
if: ${{ matrix.config.platform == 'windows-latest' }}
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
Expand Down

0 comments on commit 02cf0ed

Please sign in to comment.