Skip to content

Commit

Permalink
ci: workaround cc 1.2.8 build issue for wasm target (#337)
Browse files Browse the repository at this point in the history
* ci: workaround cc 1.2.8 build issue for wasm target

* fix: fix command
  • Loading branch information
eitsupi authored Jan 12, 2025
1 parent 6a86e9e commit a4a9235
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wasm_and_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
mv savvy-macro/ ./R-package/src/savvy/
mv savvy-bindgen/ ./R-package/src/savvy/
mv savvy-ffi/ ./R-package/src/savvy/
# TODO: workaround for https://github.com/yutannihilation/savvy/issues/335
pushd ./R-package/src/rust
cargo update
cargo update cc --precise 1.2.7
shell: bash

- name: Build wasm packages
Expand Down

0 comments on commit a4a9235

Please sign in to comment.