File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ jobs:
1616 runs-on : ubuntu-latest
1717 container :
1818 image : hpretl/iic-osic-tools:latest
19+ options : --user root
1920
2021 steps :
21- - name : Enable root mode
22- run : ./start_shell.sh
22+ - name : Set up tools
23+ run : source ~/.bashrc
2324
2425 - name : Checkout
2526 uses : actions/checkout@v6
@@ -35,10 +36,11 @@ jobs:
3536 runs-on : ubuntu-latest
3637 container :
3738 image : hpretl/iic-osic-tools:latest
39+ options : --user root
3840
3941 steps :
40- - name : Enable root mode
41- run : ./start_shell.sh
42+ - name : Set up tools
43+ run : source ~/.bashrc
4244
4345 - name : Checkout
4446 uses : actions/checkout@v6
5456 runs-on : ubuntu-latest
5557 container :
5658 image : hpretl/iic-osic-tools:latest
59+ options : --user root
5760 strategy :
5861 fail-fast : false
5962 matrix :
8184 - axi_xbar
8285
8386 steps :
84- - name : Enable root mode
85- run : ./start_shell.sh
87+ - name : Set up tools
88+ run : source ~/.bashrc
8689
8790 - name : Checkout
8891 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments