Skip to content

Commit

Permalink
Merge branch 'main' into static-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nickerso authored Nov 10, 2024
2 parents 16cac9f + f2d091a commit a6435a3
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 @@ -66,7 +66,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 @@ -115,7 +115,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 @@ -184,7 +184,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 @@ -210,7 +210,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 @@ -235,7 +235,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 a6435a3

Please sign in to comment.