Skip to content

Commit

Permalink
Merge branch 'main' into issue1251
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny authored Nov 10, 2024
2 parents cc07f11 + 7d5bf00 commit 2a8ed61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install CMake and Ninja
uses: lukka/get-cmake@latest
- name: Install buildcache
uses: mikehardy/buildcache-action@v2
uses: cscouto/buildcache-action@v1
with:
cache_key: ${{ matrix.os }}-${{ matrix.build_shared }}
- name: Configure MSVC (Windows only)
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Install CMake and Ninja
uses: lukka/get-cmake@latest
- name: Install buildcache
uses: mikehardy/buildcache-action@v2
uses: cscouto/buildcache-action@v1
- name: Install Emscripten
run: |
brew install --overwrite emscripten
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Install CMake and Ninja
uses: lukka/get-cmake@latest
- name: Install buildcache
uses: mikehardy/buildcache-action@v2
uses: cscouto/buildcache-action@v1
- name: Install LLVM
run: |
brew install --overwrite llvm
Expand All @@ -219,7 +219,7 @@ jobs:
- name: Install CMake and Ninja
uses: lukka/get-cmake@latest
- name: Install buildcache
uses: mikehardy/buildcache-action@v2
uses: cscouto/buildcache-action@v1
- name: Install Valgrind
run: |
sudo apt update
Expand All @@ -244,7 +244,7 @@ jobs:
- name: Install CMake and Ninja
uses: lukka/get-cmake@latest
- name: Install buildcache
uses: mikehardy/buildcache-action@v2
uses: cscouto/buildcache-action@v1
- name: Install Doxygen
run: |
sudo apt update
Expand Down

0 comments on commit 2a8ed61

Please sign in to comment.