From 47c2ed2499d9e526bf094417130465e1e43ba4cd Mon Sep 17 00:00:00 2001 From: milkwx3 Date: Sun, 14 Jun 2026 02:18:24 +0300 Subject: [PATCH] test11 --- .gitea/workflows/autobuild.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index b73f89a..e69dcfd 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -17,10 +17,10 @@ jobs: echo "deb [signed-by=/usr/share/keyrings/ubuntu-archive-keyring.gpg] http://archive.ubuntu.com/ubuntu noble main" | sudo tee /tmp/only.list sudo apt-get update -o Dir::Etc::sourcelist=/tmp/only.list -o Dir::Etc::sourceparts="-" -qq sudo apt install -y build-essential cmake zip unzip make libxrandr-dev - wget http://ftp.ru.debian.org/debian/pool/main/g/gcc-mingw-w64/g++-mingw-w64-i686_14.2.0-17+27_all.deb - sudo apt install g++-mingw-w64-i686_14.2.0-17+27_all.deb - wget http://ftp.ru.debian.org/debian/pool/main/g/gcc-mingw-w64/gcc-mingw-w64-i686_14.2.0-17+27_all.deb - sudo apt install gcc-mingw-w64-i686_14.2.0-17+27_all.deb + wget http://ftp.ru.debian.org/debian/pool/main/g/gcc-mingw-w64/g++-mingw-w64-x86-64_14.2.0-17+27_all.deb + sudo apt install g++-mingw-w64-x86-64_14.2.0-17+27_all.deb + wget http://ftp.ru.debian.org/debian/pool/main/g/gcc-mingw-w64/gcc-mingw-w64-x86-64_14.2.0-17+27_all.deb + sudo apt install gcc-mingw-w64-x86-64_14.2.0-17+27_all.deb - name: Build makeheaders run: |