diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index e69dcfd..1cd23ca 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -18,9 +18,9 @@ jobs: 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-x86-64_14.2.0-17+27_all.deb - sudo apt install 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 + sudo apt install ./gcc-mingw-w64-x86-64_14.2.0-17+27_all.deb - name: Build makeheaders run: |