DioxusLabs / DioxusLabs/deploy-action
no matching package named `rsx-rosetta` found
- Dominant language
- No language data
- Stars
- 21
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
```
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/deploy-action@0.1.1
id: deployment
continue-on-error: true
- name: Check Deployment Status
if: steps.deployment.outcome != 'success'
run: |
echo "Deployment failed"
exit 1
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.