mirror of
https://github.com/codex-storage/nim-leopard.git
synced 2025-01-30 20:55:41 +00:00
Merge pull request #18 from codex-storage/fix-ci-arm64
we need recursive checkout on arm64
This commit is contained in:
commit
6ccf760afa
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
icon: 🍎,
|
||||
label: macOS,
|
||||
os: macos,
|
||||
runner: macos-13 # x86
|
||||
runner: macos-14-arm64
|
||||
}
|
||||
- {
|
||||
icon: 🏁,
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
- uses: iffy/install-nim@v4
|
||||
with:
|
||||
version: ${{ matrix.nim }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user