Skip to content

Commit

Permalink
Bump setup-ci to 2024.10.29
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
lkeegan committed Oct 29, 2024
1 parent d1d7799 commit 4059a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
TBB_ENABLE_IPO: ${{ matrix.TBB_ENABLE_IPO }}
VTK_OPTIONS: ${{ matrix.VTK_OPTIONS }}
steps:
- uses: spatial-model-editor/setup-ci@2024.04.23
- uses: spatial-model-editor/setup-ci@2024.10.29
with:
sme_deps_llvm: "18.1.8"
sme_deps_qt: "6.7.2"
Expand Down

0 comments on commit 4059a55

Please sign in to comment.