Skip to content

Commit

Permalink
Merge pull request jarulraj#51 from dzsquared/v1.3
Browse files Browse the repository at this point in the history
fix action name
  • Loading branch information
dzsquared authored Mar 19, 2022
2 parents a80ce62 + 6ef5775 commit f949efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# on windows run setup mingw
- name: setup windows image
if: ${{ matrix.os == 'windows-latest' }}
uses: actions/setup-mingw@v2
uses: egor-tensin/setup-mingw@v2

- name: run build
run: |
Expand Down

0 comments on commit f949efc

Please sign in to comment.