.
This commit is contained in:
@@ -14,13 +14,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install build tools
|
- name: Install build tools
|
||||||
run: |
|
run: |
|
||||||
echo "deb [signed-by=/usr/share/keyrings/ubuntu-archive-keyring.gpg] http://archive.ubuntu.com/ubuntu noble main" | sudo tee /tmp/only.list
|
# 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-get update -o Dir::Etc::sourcelist=/tmp/only.list -o Dir::Etc::sourceparts="-" -qq
|
||||||
|
sudo apt update
|
||||||
sudo apt install -y build-essential cmake zip unzip make libxrandr-dev
|
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
|
|
||||||
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
|
- name: Build makeheaders
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user