Skip to content

Commit

Permalink
specify dioxus-cli ver in vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
miralandlabs committed Jun 20, 2024
1 parent c8f6b0d commit e4e6047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install dioxus-cli
# MI, anyway install latest dx
# if: steps.cache.outputs.cache-hit != 'true'
if: steps.cache.outputs.cache-hit != 'true'
uses: actions-rs/cargo@v1
with:
use-cross: true
command: install
args: dioxus-cli
# args: dioxus-cli
args: dioxus-cli --version 0.5.4

- name: Build web pages
run: dx build --release && cp ./dist/index.html ./dist/404.html
Expand Down

0 comments on commit e4e6047

Please sign in to comment.