fix(ci): create build dir
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -37,7 +37,9 @@ jobs:
|
||||
run: git checkout -b ${BUILD_BRANCH}
|
||||
|
||||
- name: Run builder script
|
||||
run: make
|
||||
run: |
|
||||
mkdir -p autoload/lightline/colorscheme autoload/zenbones/generated lua/lualine extras
|
||||
make
|
||||
|
||||
- name: Create PR
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user