From 7bbf43887850a0be013484b0da7d52a62ca3feb9 Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Mon, 17 Feb 2025 15:49:55 +0000 Subject: [PATCH] upd gcc step --- .github/workflows/release.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0509b20..809748e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,18 +15,14 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up MSYS2 - uses: msys2/setup-msys2@v2 + - name: Set up GCC + uses: egor-tensin/setup-gcc@v1 with: - update: true - - - name: Install dependencies - run: | - pacman -S --noconfirm make mingw-w64-x86_64-gcc + version: latest + platform: x64 - name: Build - run: | - make + run: make - name: Archive build artifacts uses: actions/upload-artifact@v4