From f108423f56e3ce1c639e3e00a538ae96cb5f98c9 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Thu, 20 Jun 2024 01:59:30 +0100 Subject: [PATCH] skip system for now --- .github/workflows/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 41f9086..9793936 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,8 +39,8 @@ jobs: name: boot.img path: output/boot.img - - run: ./build_system.sh - - uses: actions/upload-artifact@v4 - with: - name: system.img - path: output/system.img + # - run: ./build_system.sh + # - uses: actions/upload-artifact@v4 + # with: + # name: system.img + # path: output/system.img