Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 authored Jan 23, 2024
1 parent a7addf7 commit 5e7a19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Set up MinGW
uses: egor-tensin/setup-mingw@main
uses: egor-tensin/setup-mingw@master
with:
platform: x64
- name: Build with Make
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Set up MinGW
uses: egor-tensin/setup-mingw@main
uses: egor-tensin/setup-mingw@master
with:
platform: x64
- name: Build with Make
Expand Down

0 comments on commit 5e7a19a

Please sign in to comment.