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
|
||||
- name: Compile Website
|
||||
run: npx spec compile --all
|
||||
shell: sh
|
||||
env:
|
||||
PATH: /usr/local/bin/nvm-bin:$PATH
|
||||
|
||||
Reference in New Issue
Block a user