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 3636 choco install qemu
3737 echo "$Env:Programfiles\qemu" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
3838 shell : pwsh
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
40+ with :
41+ submodules : true
42+ lfs : true
4043 - name : Check Cargo availability
4144 run : cargo --version
4245 - name : Install bootimage
You can’t perform that action at this time.
0 commit comments