source is a bash builtin
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
This commit is contained in:
parent
bab1a7f24e
commit
51dfa68409
1 changed files with 2 additions and 2 deletions
|
@ -22,6 +22,6 @@ jobs:
|
|||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: Try building all the apps
|
||||
run: |
|
||||
source "$HOME/.cargo/env"
|
||||
bash buildall.sh
|
||||
bash -c 'source "$HOME/.cargo/env" ;\
|
||||
bash buildall.sh'
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
|
Loading…
Add table
Reference in a new issue