mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
ACTIONS: use apt-get
for stable CI (#102)
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
cd ${{ inputs.submodule || '.' }}
|
cd ${{ inputs.submodule || '.' }}
|
||||||
sudo apt update && sudo apt install -y gsfonts
|
sudo apt-get update && sudo apt-get install -y gsfonts
|
||||||
make miyoo_uclibc_defconfig
|
make miyoo_uclibc_defconfig
|
||||||
CPU_N=$(getconf _NPROCESSORS_ONLN)
|
CPU_N=$(getconf _NPROCESSORS_ONLN)
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: generate-graphs
|
- name: generate-graphs
|
||||||
run: |
|
run: |
|
||||||
cd ${{ inputs.submodule || '.' }}
|
cd ${{ inputs.submodule || '.' }}
|
||||||
sudo apt update && sudo apt install -y python3-matplotlib python3-numpy
|
sudo apt-get update && sudo apt-get install -y python3-matplotlib python3-numpy
|
||||||
make graph-build
|
make graph-build
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
@@ -145,7 +145,7 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
cd ${{ inputs.submodule || '.' }}
|
cd ${{ inputs.submodule || '.' }}
|
||||||
sudo apt update && sudo apt install -y gsfonts
|
sudo apt-get update && sudo apt-get install -y gsfonts
|
||||||
make miyoo_musl_defconfig
|
make miyoo_musl_defconfig
|
||||||
CPU_N=$(getconf _NPROCESSORS_ONLN)
|
CPU_N=$(getconf _NPROCESSORS_ONLN)
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
@@ -168,7 +168,7 @@ jobs:
|
|||||||
- name: generate-graphs
|
- name: generate-graphs
|
||||||
run: |
|
run: |
|
||||||
cd ${{ inputs.submodule || '.' }}
|
cd ${{ inputs.submodule || '.' }}
|
||||||
sudo apt update && sudo apt install -y python3-matplotlib python3-numpy
|
sudo apt-get update && sudo apt-get install -y python3-matplotlib python3-numpy
|
||||||
make graph-build
|
make graph-build
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
Reference in New Issue
Block a user