commit 2c9518394ee0658a16ed33c9fbf793591abf8e0e
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2026-05-26T14:17:55Z |
| subject | Trying other's image |
commit 2c9518394ee0658a16ed33c9fbf793591abf8e0e
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2026-05-26T14:17:55Z
Trying other's image
---
.github/workflows/cmake-multi-platform.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index 093dd4b..5093d38 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -49,7 +49,13 @@ jobs:
container:
image: alpine:3.23
+ permissions:
+ contents: read
+
steps:
+ - uses: laverdet/alpine-arm64@7f0f72ee2f71eb2324e5888e8b6e42b1b53e6160
+ if: runner.arch == 'ARM64'
+
- uses: actions/checkout@v4
- name: Install deps