From 1cab7bacc5eec4d449bf7eae8f845a06f7b1c37e Mon Sep 17 00:00:00 2001 From: debuggerx01 Date: Fri, 6 Jan 2023 23:21:40 +0800 Subject: [PATCH] deepin_container --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c31d2ad..ac47f94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,15 +5,16 @@ jobs: build: name: Build kernel runs-on: ubuntu-latest + container: daze456/deepin-desktop:latest steps: - name: Checkout uses: actions/checkout@v2 - name: Build - run: sudo bash build_action.sh + run: ./build_action.sh - name: Artifact uses: actions/upload-artifact@v2 with: name: artifact - path: ${{ github.workspace }}/artifact/ \ No newline at end of file + path: ${{ github.workspace }}/artifact/