Set shell to sh since the container does not have bash.
Some checks failed
Compile Project / Compile (push) Failing after 4s
Some checks failed
Compile Project / Compile (push) Failing after 4s
This commit is contained in:
@@ -10,5 +10,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Compile Website
|
- name: Compile Website
|
||||||
run: npx spec compile --all
|
run: npx spec compile --all
|
||||||
|
shell: sh
|
||||||
env:
|
env:
|
||||||
PATH: /usr/local/bin/nvm-bin:$PATH
|
PATH: /usr/local/bin/nvm-bin:$PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user