Skip to content

Commit

Permalink
Update CI-BuildPush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru authored Dec 11, 2023
1 parent 0481346 commit 8133e47
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/CI-BuildPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ jobs:
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm -j$(nproc)
cd -
- name: Build Linux 6.1 Kernel Test
run: |
cd kernel/linux-6.1
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm tinyvision_defconfig
make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm -j$(nproc)
cd -
- name: Build Linux 6.7 Kernel Test
run: |
cd kernel/linux-6.7-rc2
Expand Down

0 comments on commit 8133e47

Please sign in to comment.