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

actions-rs/install doesn't work in workflows #2351

Closed
Madoshakalaka opened this issue Jan 9, 2022 · 2 comments
Closed

actions-rs/install doesn't work in workflows #2351

Madoshakalaka opened this issue Jan 9, 2022 · 2 comments
Labels

Comments

@Madoshakalaka
Copy link
Contributor

The benchmark workflow relies on actions-rs/install to install binaries like wasm-pack and wasm-bindgen-cli. Notably #2340 also replaces wget with the action in a major PR triggered workflow.

It claims to download externally cached versions of the binaries and only falls back to compiling when the cache misses.

Yet it has been consistently falling back to long running compiling with HTTP error 403.

Since the underlying tools-cache crate of the action is archived and the action itself is marked as experimental, maybe we should revert back to wget and/or other existing actions?

@voidpumpkin
Copy link
Member

voidpumpkin commented Jan 9, 2022

for wasm pack use

    - uses: jetli/wasm-pack-action@v0.3.0
      with:
        version: "latest"

there is a trunk equivalent as well

@Madoshakalaka
Copy link
Contributor Author

According to this issue, currently actions-rs just doesn't work in general (at least since Feb 2021).
actions-rs/install#12 (comment)

Madoshakalaka added a commit to Madoshakalaka/yew that referenced this issue Jan 10, 2022
@siku2 siku2 closed this as completed in 6669d18 Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants