Skip to content

Commit

Permalink
Merge pull request #1 from trinitys7/trinity/fix-build
Browse files Browse the repository at this point in the history
Trinity/fix build
  • Loading branch information
trinitys7 authored Nov 12, 2024
2 parents d706e50 + dd25bc7 commit 6d9bf74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[alias]
wasm = "build --release --lib --target wasm32-unknown-unknown"
wasm-debug = "build --lib --target wasm32-unknown-unknown"
schema = "run schema"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
override: true

- name: Build schemas
run: ./devtools/build_schemas.sh
run: ./scripts/build_schemas.sh

# This must go after the other cargo commands, as it writes lots of stuff to
# target/ with root permissions (from docker)
Expand Down

0 comments on commit 6d9bf74

Please sign in to comment.