source is a bash builtin
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s Details

This commit is contained in:
Martyn Ranyard 2023-11-07 17:19:51 +01:00
parent bab1a7f24e
commit 51dfa68409
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}."