From 77b2a4c0272049f1398c7d7664bcb325c9457c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E3=81=84=E3=81=AD=E3=81=93?= Date: Sat, 23 Nov 2024 20:27:28 +0700 Subject: [PATCH] Update core.yml --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 91f5c28..fc07f8f 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -22,7 +22,7 @@ jobs: - name: Obtain source code from https://repo.msys2.org/mingw/sources/ run: | - wget https://repo.msys2.org/mingw/sources/mingw-w64-dlfcn-1.4.1-1.src.tar.zst -O mingw-w64-dlfcn-1.4.1-1.src.tar.zst + wget https://repo.msys2.org/mingw/sources/mingw-w64-dlfcn-1.4.1-1.src.tar.zst - name: Extract Source Code into Root Directory run: tar --strip-components=1 -xf mingw-w64-dlfcn-1.4.1-1.src.tar.zst