File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 container :
1818 image : hpretl/iic-osic-tools:latest
1919 options : --user root
20+ defaults :
21+ run :
22+ shell : /bin/bash
2023
2124 steps :
22- - name : Set up tools
23- run : source ~/.bashrc
24-
2525 - name : Checkout
2626 uses : actions/checkout@v6
2727
@@ -37,11 +37,11 @@ jobs:
3737 container :
3838 image : hpretl/iic-osic-tools:latest
3939 options : --user root
40+ defaults :
41+ run :
42+ shell : /bin/bash
4043
4144 steps :
42- - name : Set up tools
43- run : source ~/.bashrc
44-
4545 - name : Checkout
4646 uses : actions/checkout@v6
4747
5757 container :
5858 image : hpretl/iic-osic-tools:latest
5959 options : --user root
60+ defaults :
61+ run :
62+ shell : /bin/bash
6063 strategy :
6164 fail-fast : false
6265 matrix :
8487 - axi_xbar
8588
8689 steps :
87- - name : Set up tools
88- run : source ~/.bashrc
89-
9090 - name : Checkout
9191 uses : actions/checkout@v6
9292
You can’t perform that action at this time.
0 commit comments