Skip to content

Commit d77067e

Browse files
authored
Update window gcc action to latest setup_mingw
1 parent ed5b1a0 commit d77067e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest_windows_gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313
- uses: seanmiddleditch/gha-setup-ninja@master
14-
- uses: egor-tensin/setup-mingw@v2
14+
- uses: egor-tensin/setup-mingw@v2.2.0
1515
- run: |
1616
mkdir build
1717
cd build

0 commit comments

Comments
 (0)