From 7a8263f04217d0abf705ec8fefd88837dee668d6 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Fri, 20 Nov 2020 18:58:38 +0000 Subject: [PATCH] Ensure config file exists with our perms, before running the makefile as root --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a90f10e..4a86bf4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - run: touch .config - run: sudo make build-deps - run: make patch_enable_battery - run: make test