We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b362e7 commit d7fa491Copy full SHA for d7fa491
.github/workflows/of.yml
@@ -106,12 +106,12 @@ jobs:
106
steps:
107
- name: Clone repository
108
uses: actions/checkout@v4
109
- - uses: msys2/setup-msys2@v2.24.0
110
- with:
111
- update: true
112
- install: >-
113
- git
114
- unzip
+ # - uses: msys2/setup-msys2@v2.24.0
+ # with:
+ # update: true
+ # install: >-
+ # git
+ # unzip
115
- name: Install dependencies
116
shell: msys2 {0}
117
run:
0 commit comments