From 42e9ebaaac4cc8a597b5cee202bd9e0b5b1a14c0 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Thu, 20 Jun 2024 13:38:34 +0100 Subject: [PATCH] test --- .github/workflows/build.yaml | 15 ++++++++------- agnos-kernel-sdm845 | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fa325df..a5128b9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,8 +12,8 @@ concurrency: jobs: build: - runs-on: ubuntu-20.04 - timeout-minutes: 60 + runs-on: arm-ubuntu-22 + timeout-minutes: 20 steps: - uses: actions/checkout@v4 with: @@ -43,8 +43,9 @@ 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 diff --git a/agnos-kernel-sdm845 b/agnos-kernel-sdm845 index 737a024..780a232 160000 --- a/agnos-kernel-sdm845 +++ b/agnos-kernel-sdm845 @@ -1 +1 @@ -Subproject commit 737a024adaf5aedf2a50500939a13c6a2e7283d2 +Subproject commit 780a23255b7ea41a4db300f0c19516f1aba3499e