You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/build-nitro-node.yml
+38-38Lines changed: 38 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -150,49 +150,49 @@ jobs:
150
150
# cd nitro-node
151
151
# make clean test-ci
152
152
153
-
#macOS-M-build:
154
-
# runs-on: mac-silicon
155
-
# steps:
156
-
# - name: Clone
157
-
# id: checkout
158
-
# uses: actions/checkout@v4
159
-
# with:
160
-
# submodules: recursive
153
+
macOS-M-build:
154
+
runs-on: macos-14
155
+
steps:
156
+
- name: Clone
157
+
id: checkout
158
+
uses: actions/checkout@v4
159
+
with:
160
+
submodules: recursive
161
161
162
-
# - uses: actions/setup-node@v4
163
-
# with:
164
-
# node-version: 18
162
+
- uses: actions/setup-node@v4
163
+
with:
164
+
node-version: 18
165
165
166
-
# - name: Restore cached model file
167
-
# id: cache-model-restore
168
-
# uses: actions/cache/restore@v4
169
-
# with:
170
-
# path: |
171
-
# nitro-node/test/test_assets/*.gguf
172
-
# key: ${{ runner.os }}-model-gguf
166
+
- name: Restore cached model file
167
+
id: cache-model-restore
168
+
uses: actions/cache/restore@v4
169
+
with:
170
+
path: |
171
+
nitro-node/test/test_assets/*.gguf
172
+
key: ${{ runner.os }}-model-gguf
173
173
174
-
# - uses: suisei-cn/actions-download-file@v1.4.0
175
-
# id: download-model-file
176
-
# name: Download model file
177
-
# with:
178
-
# url: "The model we are using is [tinyllama-1.1b](https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF/resolve/main/tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf)!"
179
-
# target: nitro-node/test/test_assets/
180
-
# auto-match: true
181
-
# retry-times: 3
174
+
- uses: suisei-cn/actions-download-file@v1.4.0
175
+
id: download-model-file
176
+
name: Download model file
177
+
with:
178
+
url: "The model we are using is [tinyllama-1.1b](https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF/resolve/main/tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf)!"
0 commit comments