Commit 343e9fd 1 parent fdc6785 commit 343e9fd Copy full SHA for 343e9fd
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -136,16 +136,16 @@ jobs:
136
136
- uses : actions/checkout@v4
137
137
- name : Build
138
138
id : build
139
- uses : cross-platform-actions/action@v0.25 .0
139
+ uses : cross-platform-actions/action@v0.27 .0
140
140
env :
141
141
DEBUG : napi:*
142
142
RUSTUP_IO_THREADS : 1
143
143
with :
144
144
operating_system : freebsd
145
- version : ' 14.0 '
145
+ version : ' 14.2 '
146
146
memory : 8G
147
147
cpu_count : 3
148
- environment_variables : DEBUG RUSTUP_IO_THREADS
148
+ environment_variables : ' DEBUG RUSTUP_IO_THREADS'
149
149
shell : bash
150
150
run : |
151
151
sudo pkg install -y -f curl node libnghttp2 npm
@@ -421,7 +421,6 @@ jobs:
421
421
shell : bash
422
422
- name : Publish
423
423
run : |
424
- # TODO: Uncomment when able to fix publish
425
424
# npm config set provenance true
426
425
if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
427
426
then
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ chrono = "0.4.38"
14
14
fsrs = " 2.0.3"
15
15
napi = { version = " 2" , features = [' async' ] }
16
16
napi-derive = " 2"
17
-
17
+ bincode = " =2.0.0-rc.3" # https://github.com/tracel-ai/burn/issues/2876
18
+ bincode_derive = " =2.0.0-rc.3"
18
19
19
20
[build-dependencies ]
20
21
napi-build = " 2"
You can’t perform that action at this time.
0 commit comments