Skip to content

Commit

Permalink
Fixed windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed May 29, 2024
1 parent a11f282 commit 8815846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: cargo install dioxus-cli

- name: Copy Cargo.desktop.toml
run: mv Cargo.desktop.toml Cargo.toml
run: mv Cargo.toml Cargo.toml.bak && cp Cargo.desktop.toml Cargo.toml

- name: Create .cargo/config.toml
shell: bash
Expand Down

0 comments on commit 8815846

Please sign in to comment.