Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
fukiame committed Aug 6, 2023
1 parent be86c95 commit d4ef2a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
cp *.sh ./docker/
cp -r toolchains ./docker/
- name: notify the start of the workflow
run: bash tg_utils.sh msg "gh $RUN_NUM: workflow started"
run: |
bash tg_utils.sh msg "gh $RUN_NUM: workflow started"
- name: drop all work to docker and flee
uses: ./docker/
id: a
Expand Down

0 comments on commit d4ef2a4

Please sign in to comment.