Skip to content

Commit bd138be

Browse files
committed
fix build
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent c0e0796 commit bd138be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
container: aswf/ci-osl:2023-clang15
4343
- vfxyear: 2024
4444
container: aswf/ci-rawtoaces:2024.4
45-
toolchain_file: "/home/runner/work/rawtoaces/rawtoaces/build_deps/conan_toolchain.cmake"
45+
toolchain_file: "/__w/rawtoaces/rawtoaces/build_deps/conan_toolchain.cmake"
4646
- vfxyear: 2025
4747
container: aswf/ci-rawtoaces:2025.3
48-
toolchain_file: "/home/runner/work/rawtoaces/rawtoaces/build_deps/conan_toolchain.cmake"
48+
toolchain_file: "/__w/rawtoaces/rawtoaces/build_deps/conan_toolchain.cmake"
4949
- vfxyear: 2026
5050
container: aswf/ci-rawtoaces:2026.1
51-
toolchain_file: "/home/runner/work/rawtoaces/rawtoaces/build_deps/conan_toolchain.cmake"
51+
toolchain_file: "/__w/rawtoaces/rawtoaces/build_deps/conan_toolchain.cmake"
5252

5353
build:
5454
name: "${{matrix.os}} ${{matrix.c_compiler}}"

0 commit comments

Comments
 (0)