File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v1
2828
2929 - name : Free Disk Space
30+ continue-on-error : true
3031 run : |
3132 sudo swapoff -a
3233 sudo rm -f /swapfile
4243 message("::set-output name=timestamp::${current_date}")
4344
4445 - name : ccache cache files
45- uses : actions/cache@v1.1.0
46+ uses : actions/cache@v4
4647 with :
4748 path : ${{ env.CI_NAME }}/.ccache
4849 key : ${{ env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Original file line number Diff line number Diff line change 4848
4949 - name : ccache cache files
5050 continue-on-error : true
51- uses : actions/cache@v1.1.0
51+ uses : actions/cache@v4
5252 with :
5353 path : ${{ env.CI_NAME }}/.ccache
5454 key : ${{ env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Original file line number Diff line number Diff line change 5050
5151 - name : ccache cache files
5252 continue-on-error : true
53- uses : actions/cache@v1.1.0
53+ uses : actions/cache@v4
5454 with :
5555 path : ${{ env.CI_NAME }}/.ccache
5656 key : ${{ env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Original file line number Diff line number Diff line change 2727 BEFORE_RUN_TARGET_TEST_EMBED : " source /root/target_ws/install/setup.bash"
2828 CCACHE_DIR : " /home/runner/work/tesseract_ros/tesseract_ros/Unstable-Build/.ccache"
2929 UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release"
30- TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_CLANG_TIDY=ON - DTESSERACT_ENABLE_TESTING=ON"
30+ TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON"
3131 steps :
3232 - uses : actions/checkout@v1
3333
4949
5050 - name : ccache cache files
5151 continue-on-error : true
52- uses : actions/cache@v1.1.0
52+ uses : actions/cache@v4
5353 with :
5454 path : ${{ env.CI_NAME }}/.ccache
5555 key : ${{ env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
You can’t perform that action at this time.
0 commit comments