Skip to content

Commit e7aeea5

Browse files
committed
src-key highs branch
1 parent 05a378b commit e7aeea5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ortools-ubuntu.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [ubuntu-latest]
28+
branch: [a268d895bb5836d14be812108aaf0faa75af99dd]
2829
env:
29-
deps_src_key: linux_cpp_deps_src
30-
deps_build_key: linux_cpp_deps_build
31-
ccache_key: amd64_linux_cpp_ccache
30+
deps_src_key: linux_cpp_deps_src-${{matrix.branch}}
31+
deps_build_key: linux_cpp_deps_build-${{matrix.branch}}
32+
ccache_key: amd64_linux_cpp_ccache-${{matrix.branch}}
3233

3334
steps:
3435
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)