Skip to content

Commit d7fa491

Browse files
committed
update actions, comment out msys2 in vs
1 parent 6b362e7 commit d7fa491

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/of.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ jobs:
106106
steps:
107107
- name: Clone repository
108108
uses: actions/checkout@v4
109-
- uses: msys2/setup-msys2@v2.24.0
110-
with:
111-
update: true
112-
install: >-
113-
git
114-
unzip
109+
# - uses: msys2/setup-msys2@v2.24.0
110+
# with:
111+
# update: true
112+
# install: >-
113+
# git
114+
# unzip
115115
- name: Install dependencies
116116
shell: msys2 {0}
117117
run:

0 commit comments

Comments
 (0)