mirror of
https://github.com/AuxXxilium/arc-buildroot-s.git
synced 2024-11-24 00:50:52 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
81b27ea57b
commit
bad843ee8f
13
.github/workflows/buildroot.yml
vendored
13
.github/workflows/buildroot.yml
vendored
@ -22,19 +22,18 @@ jobs:
|
|||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
lfs: 'true'
|
lfs: 'true'
|
||||||
|
|
||||||
|
- name: Free Disk Space (Ubuntu)
|
||||||
|
uses: jlumbroso/free-disk-space@main
|
||||||
|
with:
|
||||||
|
swap-storage: false
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "info@auxxxilium.tech"
|
git config --global user.email "info@auxxxilium.tech"
|
||||||
git config --global user.name "AuxXxilium"
|
git config --global user.name "AuxXxilium"
|
||||||
sudo timedatectl set-timezone "Europe/Berlin"
|
sudo timedatectl set-timezone "Europe/Berlin"
|
||||||
|
|
||||||
# Clean up disk space
|
|
||||||
docker rmi $(docker images -q)
|
|
||||||
sudo apt update
|
|
||||||
sudo apt -y purge azure-cli* docker* llvm* google* dotnet* powershell* sphinxsearch* mysql* php*
|
|
||||||
sudo apt -y full-upgrade
|
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y jq gawk cpio gettext libelf-dev qemu-utils
|
sudo apt install -y jq gawk cpio gettext libelf-dev qemu-utils
|
||||||
sudo snap install yq
|
sudo snap install yq
|
||||||
|
Loading…
Reference in New Issue
Block a user