Skip to content

Commit

Permalink
update gcc path for gcc-11 supported by opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaljain-apra committed Jun 3, 2024
1 parent db6c950 commit c2bca33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-Linux-ARM64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
is-selfhosted: true
cuda: 'ON'
prep-cmd: 'echo skipping builder prep as I can not sudo'
bootstrap-cmd: './vcpkg/bootstrap-vcpkg.sh'
bootstrap-cmd: 'export PATH="$HOME/.local/bin/gcc-11:$PATH" && ./vcpkg/bootstrap-vcpkg.sh'
cache-path: './none'
cmake-conf-cmd: 'export VCPKG_FORCE_SYSTEM_BINARIES=1 && export VCPKG_OVERLAY_PORTS=../thirdparty/custom-overlay && cmake -B . -DENABLE_ARM64=ON ../base'
nProc: 6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-Linux-CUDA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
is-selfhosted: true
cuda: 'ON'
prep-cmd: 'echo skipping builder prep as I can not sudo'
bootstrap-cmd: './vcpkg/bootstrap-vcpkg.sh'
bootstrap-cmd: 'export PATH="$HOME/.local/bin/gcc-11:$PATH" && ./vcpkg/bootstrap-vcpkg.sh'
cache-path: './none'
nProc: 6
linux-cuda-publish:
Expand Down

0 comments on commit c2bca33

Please sign in to comment.