Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no matching package named rsx-rosetta found #11

Open
MH0386 opened this issue Jan 5, 2025 · 1 comment
Open

no matching package named rsx-rosetta found #11

MH0386 opened this issue Jan 5, 2025 · 1 comment

Comments

@MH0386
Copy link

MH0386 commented Jan 5, 2025

Run cargo install --git https://github.com/DioxusLabs/cli
    Updating git repository `[https://github.com/DioxusLabs/cli`](https://github.com/DioxusLabs/cli%60)
  Installing dioxus-cli v0.3.1 (https://github.com/DioxusLabs/cli#10c9f3db)
    Updating crates.io index
    Updating git repository `[https://github.com/DioxusLabs/dioxus`](https://github.com/DioxusLabs/dioxus%60)
error: failed to compile `dioxus-cli v0.3.1 (https://github.com/DioxusLabs/cli#10c9f3db)`, intermediate artifacts can be found at `/home/runner/work/MH0386.github.io/MH0386.github.io/./target`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Caused by:
  no matching package named `rsx-rosetta` found
  location searched: https://github.com/DioxusLabs/dioxus
  required by package `dioxus-cli v0.3.1 (/home/runner/.cargo/git/checkouts/cli-9627c26ec0ae1d72/10c9f3d)`
Error: Process completed with exit code 101.
jobs:
    build:
        runs-on: ubuntu-latest
        steps:
            - name: Dioxus Deploy
              uses: DioxusLabs/[email protected]
              id: deployment
              continue-on-error: true
            - name: Check Deployment Status
              if: steps.deployment.outcome != 'success'
              run: |
                  echo "Deployment failed"
                  exit 1
@MH0386
Copy link
Author

MH0386 commented Jan 5, 2025

It works when I use uses: DioxusLabs/deploy-action@4f933485ec8f37a9dc1beec181f4eba58789523e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant