Skip to content

Commit 343e9fd

Browse files
1 parent fdc6785 commit 343e9fd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,16 @@ jobs:
136136
- uses: actions/checkout@v4
137137
- name: Build
138138
id: build
139-
uses: cross-platform-actions/action@v0.25.0
139+
uses: cross-platform-actions/action@v0.27.0
140140
env:
141141
DEBUG: napi:*
142142
RUSTUP_IO_THREADS: 1
143143
with:
144144
operating_system: freebsd
145-
version: '14.0'
145+
version: '14.2'
146146
memory: 8G
147147
cpu_count: 3
148-
environment_variables: DEBUG RUSTUP_IO_THREADS
148+
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
149149
shell: bash
150150
run: |
151151
sudo pkg install -y -f curl node libnghttp2 npm
@@ -421,7 +421,6 @@ jobs:
421421
shell: bash
422422
- name: Publish
423423
run: |
424-
# TODO: Uncomment when able to fix publish
425424
# npm config set provenance true
426425
if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
427426
then

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ chrono = "0.4.38"
1414
fsrs = "2.0.3"
1515
napi = { version = "2", features = ['async'] }
1616
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"
1819

1920
[build-dependencies]
2021
napi-build = "2"

0 commit comments

Comments
 (0)