Skip to content

Commit 0bf2d67

Browse files
committed
Set up tools
1 parent b3d6904 commit 0bf2d67

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -54,6 +56,7 @@ jobs:
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:
@@ -81,8 +84,8 @@ jobs:
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

0 commit comments

Comments
 (0)