From 6ff466b7261fd5423bc133dbbb9ef6e457ce597f Mon Sep 17 00:00:00 2001 From: Isotr0py <2037008807@qq.com> Date: Tue, 12 Nov 2024 18:51:16 +0800 Subject: [PATCH] fix Signed-off-by: Isotr0py <2037008807@qq.com> --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 335d18e..1019ee6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,10 +99,10 @@ jobs: - name: Install dependencys uses: msys2/setup-msys2@v2 with: - update: true - install: >- - mingw-w64-i686-libjxl - mingw-w64-x86_64-libjxl + update: true + install: >- + mingw-w64-i686-libjxl + mingw-w64-x86_64-libjxl - name: Put MSYS2_MinGW64 on PATH # there is not yet an environment variable for this path from msys2/setup-msys2 run: echo "${{ runner.temp }}/msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append