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/