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 05a378b commit e7aeea5Copy full SHA for e7aeea5
.github/workflows/ortools-ubuntu.yml
@@ -25,10 +25,11 @@ jobs:
25
fail-fast: false
26
matrix:
27
os: [ubuntu-latest]
28
+ branch: [a268d895bb5836d14be812108aaf0faa75af99dd]
29
env:
- deps_src_key: linux_cpp_deps_src
30
- deps_build_key: linux_cpp_deps_build
31
- ccache_key: amd64_linux_cpp_ccache
+ deps_src_key: linux_cpp_deps_src-${{matrix.branch}}
+ deps_build_key: linux_cpp_deps_build-${{matrix.branch}}
32
+ ccache_key: amd64_linux_cpp_ccache-${{matrix.branch}}
33
34
steps:
35
- uses: actions/checkout@v4
0 commit comments