Skip to content

Commit

Permalink
Use nix in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusey committed Jan 14, 2025
1 parent 645e1b0 commit c488acc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build Rust
run: cd ./rust/godot-neural-networks && nix develop --command cargo build -Zbuild-std=std,panic_abort --target wasm32-unknown-emscripten --release
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: godot-neural-networks-wasm
path: ./rust/godot-neural-networks/target/wasm32-unknown-emscripten/release/godot_neural_networks.wasm

# - name: Web Build
# run: |
# mkdir -v -p build/web
Expand Down

0 comments on commit c488acc

Please sign in to comment.