Skip to content

Commit

Permalink
setup msys2 default installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Nov 16, 2022
1 parent 768b486 commit 7fb43ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,7 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
release: false
install: >-
base-devel
- uses: actions/checkout@v3
Expand Down Expand Up @@ -1465,6 +1466,7 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
release: false
install: >-
base-devel
- uses: actions/checkout@v3
Expand Down Expand Up @@ -1515,6 +1517,7 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
release: false
install: >-
base-devel
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7fb43ab

Please sign in to comment.