Skip to content

Commit

Permalink
need to build room contract first
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 10, 2024
1 parent 1c80d6d commit 0afc1ea
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/dioxus-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
- name: Build Room Contract
run: |
cd contracts/room-contract
cargo build --release --target wasm32-unknown-unknown -p room-contract
- name: Cache Dioxus CLI
uses: actions/cache@v3
with:
Expand Down
45 changes: 23 additions & 22 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0afc1ea

Please sign in to comment.