Skip to content

Commit

Permalink
Update 4.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpkg123 authored Dec 22, 2023
1 parent 8e21c1f commit 64630c6
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,27 @@ jobs:
- name: "Checkout Repo"
run: git clone https://github.com/Mangeshrex/rxfetch
- run: cd rxfetch && sudo bash rxfetch


ci-6:
runs-on: ubuntu-20.04
permissions:
contents: read
steps:
- name: free disk space
uses: rokibhasansagar/slimhub_actions@main
- run: sudo apt-get update && sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
xterm -y
- run: git clone -b warrior git://git.yoctoproject.org/poky.git --depth=2
- name: Build
run: |
cd poky
source oe-init-build-env
bitbake core-image-sato
- run: sudo du -h poky/build


ci-5:
runs-on: ubuntu-20.04
permissions:
Expand Down

0 comments on commit 64630c6

Please sign in to comment.