Skip to content

Commit 5946164

Browse files
committed
Test
1 parent 016e090 commit 5946164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/opencv-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
OPENCV_LINKAGE: ${{ matrix.linkage }}
3636
SCCACHE_GHA_ENABLED: "true"
3737
RUSTC_WRAPPER: "sccache"
38-
CMAKE_C_COMPILER_LAUNCHER: "sccache"
39-
CMAKE_CXX_COMPILER_LAUNCHER: "sccache"
38+
CMAKE_C_COMPILER_LAUNCHER: "/opt/hostedtoolcache/sccache/0.9.0/x64/sccache"
39+
CMAKE_CXX_COMPILER_LAUNCHER: "/opt/hostedtoolcache/sccache/0.9.0/x64/sccache"
4040
steps:
4141
- uses: actions/checkout@v4
4242
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)