Skip to content

Commit 4059a55

Browse files
committed
Bump setup-ci to 2024.10.29
- no longer installs msys ccache as it also pulls in libfmt which vtk then tries to link to - now uses pre-built binary from ccache github release instead to avoid libfmt getting installed - resolves #33
1 parent d1d7799 commit 4059a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
TBB_ENABLE_IPO: ${{ matrix.TBB_ENABLE_IPO }}
7171
VTK_OPTIONS: ${{ matrix.VTK_OPTIONS }}
7272
steps:
73-
- uses: spatial-model-editor/setup-ci@2024.04.23
73+
- uses: spatial-model-editor/setup-ci@2024.10.29
7474
with:
7575
sme_deps_llvm: "18.1.8"
7676
sme_deps_qt: "6.7.2"

0 commit comments

Comments
 (0)