File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1919
2020 # Steps represent a sequence of tasks that will be executed as part of the job
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v4
2323 with :
2424 submodules : false # LVGL makefile manually installs the submodule
25+ show-progress : false
2526 - name : Disable wget progress output
2627 run : |
2728 echo "verbose = off" >> $HOME/.wgetrc
5758 riscv-none-elf-gcc --version
5859 # ##########################################
5960 # libtock-c specific build steps begin here
60- - uses : actions/checkout@v2
61+ - uses : actions/checkout@v4
6162 with :
6263 submodules : recursive
64+ show-progress : false
6365 - name : Disable wget progress output
6466 run : |
6567 echo "verbose = off" >> $HOME/.wgetrc
8688 riscv64-unknown-elf-gcc --version
8789 # ##########################################
8890 # libtock-c specific build steps begin here
89- - uses : actions/checkout@v2
91+ - uses : actions/checkout@v4
9092 with :
9193 submodules : recursive
94+ show-progress : false
9295 - name : ci-build
9396 run : pushd examples; ./build_all.sh || exit; popd
9497 - name : ci-debug-build
You can’t perform that action at this time.
0 commit comments