Skip to content

Commit 02322b9

Browse files
committed
build: fix copilot env, don’t try to compile
1 parent e16b133 commit 02322b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: cargo binstall dioxus-cli --secure --force -y
4141

4242
- name: Install Project Dependencies
43-
run: cargo build --target wasm32-unknown-unknown
43+
run: cargo check

0 commit comments

Comments
 (0)