Ensure config file exists with our perms, before running the makefile as root

pull/187/head
Hamish Coleman 4 years ago
parent 765267d01a
commit 7a8263f042

@ -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

Loading…
Cancel
Save