@@ -37,18 +37,18 @@ jobs:
3737 Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/**/*.cs
3838 Packages/com.github.homuler.mediapipe/PackageResources/MediaPipe/*.bytes
3939 Packages/com.github.homuler.mediapipe/PackageResources/MediaPipe/*.txt
40- key : libs-ubuntu-22.04-v1 -${{ hashFiles('cache_key.txt') }}
40+ key : libs-ubuntu-22.04-v3 -${{ hashFiles('cache_key.txt') }}
4141
4242 # Setup build tools
4343 - name : Mount bazel cache
4444 if : steps.cache-libs.outputs.cache-hit != 'true'
4545 uses : actions/cache/restore@v4
4646 with :
4747 path : " ~/.cache/bazel"
48- key : bazel-ubuntu-22.04-v1 -${{ hashFiles('WORKSPACE') }}-${{ hashFiles('cache_key.txt') }}
48+ key : bazel-ubuntu-22.04-v3 -${{ hashFiles('WORKSPACE') }}-${{ hashFiles('cache_key.txt') }}
4949 restore-keys : |
50- bazel-ubuntu-22.04-v1 -${{ hashFiles('WORKSPACE') }}-
51- bazel-ubuntu-22.04-v1 -
50+ bazel-ubuntu-22.04-v3 -${{ hashFiles('WORKSPACE') }}-
51+ bazel-ubuntu-22.04-v3 -
5252
5353 - name : Remove cache_key.txt
5454 run : |
@@ -63,11 +63,11 @@ jobs:
6363 - name : Install dependencies
6464 if : steps.cache-libs.outputs.cache-hit != 'true'
6565 run : |
66- # install GCC/G++ 11
66+ # install GCC/G++ 15
6767 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
6868 sudo apt-get update
69- sudo apt-get install -y --no-install-recommends gcc-11 g++-11
70- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11
69+ sudo apt-get install -y --no-install-recommends gcc-15 g++-15
70+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-15 100 --slave /usr/bin/g++ g++ /usr/bin/g++-15
7171
7272 # install Clang 16
7373 wget https://apt.llvm.org/llvm.sh
@@ -106,7 +106,7 @@ jobs:
106106 uses : actions/cache/save@v4
107107 with :
108108 path : ~/.cache/bazel
109- key : bazel-ubuntu-22.04-v1 -${{ hashFiles('WORKSPACE') }}-${{ hashFiles('cache_key.txt') }}
109+ key : bazel-ubuntu-22.04-v3 -${{ hashFiles('WORKSPACE') }}-${{ hashFiles('cache_key.txt') }}
110110
111111 test :
112112 runs-on : ${{ matrix.os }}
0 commit comments