Skip to content

Commit

Permalink
Update linux5.15-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru authored Nov 22, 2023
1 parent 48ce11f commit ecc7798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux5.15-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Build Linux 5.15 Kernel Test
run: |
apt install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf build-essential libncurses5-dev zlib1g-dev gawk flex bison quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip lsof
sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf build-essential libncurses5-dev zlib1g-dev gawk flex bison quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip lsof
cd kernel/linux-5.15
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm tinyvision_defconfig
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm -j$(nproc)
Expand Down

0 comments on commit ecc7798

Please sign in to comment.