File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1818 os : [ubuntu-latest]
1919
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 submodules : true
2424 - name : Check Cargo availability
Original file line number Diff line number Diff line change 1818 os : [ubuntu-latest]
1919
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 submodules : true
2424 - name : Check Cargo availability
Original file line number Diff line number Diff line change 3838 choco install qemu
3939 echo "$Env:Programfiles\qemu" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
4040 shell : pwsh
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
42+ with :
43+ submodules : true
44+ lfs : true
4245 - name : Check Cargo availability
4346 run : cargo --version
4447 - name : Install bootimage
You can’t perform that action at this time.
0 commit comments