source is a bash builtin
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Details
This commit is contained in:
parent
bab1a7f24e
commit
51dfa68409
|
@ -22,6 +22,6 @@ jobs:
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: Try building all the apps
|
- name: Try building all the apps
|
||||||
run: |
|
run: |
|
||||||
source "$HOME/.cargo/env"
|
bash -c 'source "$HOME/.cargo/env" ;\
|
||||||
bash buildall.sh
|
bash buildall.sh'
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in New Issue