Skip to content

Commit 82fb5fe

Browse files
committed
fix pages
1 parent 2d5b9a1 commit 82fb5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: ilammy/setup-nasm@v1
2020
- uses: taiki-e/install-action@cargo-binstall
2121
- name: Install dioxus-cli
22-
run: cargo binstall -y [email protected]-alpha.3 --force --locked
22+
run: cargo binstall -y [email protected] --force --locked
2323
- uses: actions/checkout@v2
2424
- name: Build
2525
run: |

0 commit comments

Comments
 (0)