We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a017b39 commit c13bf11Copy full SHA for c13bf11
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: install
14
run: pipenv install
15
- name: run build script
16
- run: make run
+ run: pipenv run make run
17
18
- name: look
19
run: ls -la build_out/
0 commit comments