File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 result_dir : build/Linux/Release
3434
3535 env :
36- ONNXRUNTIME_VERSION : v1.13 .1
36+ ONNXRUNTIME_VERSION : v1.14 .1
3737 # prefix usage: "", "arm-linux-gnueabihf-" => "gcc-8", "arm-linux-gnueabihf-gcc-8" (command name)
3838 # suffix usage: "", "-arm-linux-gnueabihf" => "gcc-8", "gcc-8-arm-linux-gnueabihf" (package name)
3939 ARCH_PREFIX : " ${{ (matrix.arch != '' && matrix.arch) || '' }}${{ (matrix.arch != '' && '-') || '' }}"
@@ -74,11 +74,11 @@ jobs:
7474 g++-${{ matrix.cxx_version }}${{ env.ARCH_SUFFIX }} \
7575 python3
7676
77- # ONNX Runtime v1.9.0 requires CMake 3.18 or higher.
77+ # ONNX Runtime v1.14.1 requires CMake 3.24 or higher.
7878 - name : Install CMake
7979 if : steps.cache-build-result.outputs.cache-hit != 'true'
8080 env :
81- CMAKE_VERSION : 3.22.0-rc2
81+ CMAKE_VERSION : 3.24.4
8282 run : |
8383 wget -O cmake.sh "https://github.com/Kitware/CMake/releases/download/v${{ env.CMAKE_VERSION }}/cmake-${{ env.CMAKE_VERSION }}-linux-x86_64.sh"
8484 sudo bash cmake.sh --skip-license --prefix=/usr/local
You can’t perform that action at this time.
0 commit comments