Skip to content

Commit 33f5556

Browse files
committed
fixing build actions
1 parent 7f5be01 commit 33f5556

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/buildTest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
name: Build test
1111
container:
1212
image: natester/roboracer_sim:latest
13+
options: --user root
1314
steps:
1415
- name: Checkout code
15-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1617
with:
1718
submodules: 'recursive'
1819
- name: Get amrl_msgs

0 commit comments

Comments
 (0)