Skip to content

Commit 470c212

Browse files
committed
use setup-ci@2025.01.30, add linux-arm download link to readme
1 parent 151e6ef commit 470c212

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
LLVM_TARGETS_TO_BUILD: ${{ matrix.LLVM_TARGETS_TO_BUILD }}
3737
steps:
38-
- uses: spatial-model-editor/setup-ci@main
38+
- uses: spatial-model-editor/setup-ci@2025.01.30
3939
- uses: actions/checkout@v4
4040
- name: Build script
4141
run: ./build.sh

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Get the latest versions here:
66

77
- linux (clang 19 / Ubuntu 22.04): [sme_deps_llvm_linux.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_linux.tgz)
8+
- linux-arm64 (clang 19 / Ubuntu 22.04): [sme_deps_llvm_linux-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_linux-arm64.tgz)
89
- osx (Xcode 15.2 / macOS 13): [sme_deps_llvm_osx.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_osx.tgz)
910
- osx-arm64 (Xcode 16.1 / macOS 14): [sme_deps_llvm_osx-arm64.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_osx-arm64.tgz)
1011
- win64-mingw (mingw-w64-x86_64-gcc 14): [sme_deps_llvm_win64-mingw.tgz](https://github.com/spatial-model-editor/sme_deps_llvm/releases/latest/download/sme_deps_llvm_win64-mingw.tgz)

0 commit comments

Comments
 (0)