We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016e090 commit 5946164Copy full SHA for 5946164
.github/workflows/opencv-rust.yml
@@ -35,8 +35,8 @@ jobs:
35
OPENCV_LINKAGE: ${{ matrix.linkage }}
36
SCCACHE_GHA_ENABLED: "true"
37
RUSTC_WRAPPER: "sccache"
38
- CMAKE_C_COMPILER_LAUNCHER: "sccache"
39
- CMAKE_CXX_COMPILER_LAUNCHER: "sccache"
+ CMAKE_C_COMPILER_LAUNCHER: "/opt/hostedtoolcache/sccache/0.9.0/x64/sccache"
+ CMAKE_CXX_COMPILER_LAUNCHER: "/opt/hostedtoolcache/sccache/0.9.0/x64/sccache"
40
steps:
41
- uses: actions/checkout@v4
42
- uses: dtolnay/rust-toolchain@stable
0 commit comments