|
|
@ -40,8 +40,6 @@ jobs:
|
|
|
|
architecture: [x64, arm64]
|
|
|
|
architecture: [x64, arm64]
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Add Git to PATH
|
|
|
|
|
|
|
|
run: echo "/usr/local/bin" >> $GITHUB_PATH
|
|
|
|
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
submodules: true
|
|
|
|
submodules: true
|
|
|
@ -88,7 +86,9 @@ jobs:
|
|
|
|
arch: arm64
|
|
|
|
arch: arm64
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Add Git to PATH
|
|
|
|
|
|
|
|
run: echo "/usr/local/bin" >> $GITHUB_PATH
|
|
|
|
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
submodules: true
|
|
|
|
submodules: true
|
|
|
|
|
|
|
|
|
|
|
|