You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been having issues with multiple repos on my projects failing for the following error
Cloning into 'target/doc-upload'...
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1165:5
note: r
I have the GH_TOKEN. Even with filling in all env vars locally i get the same error. Not sure where the error is occurring.
The text was updated successfully, but these errors were encountered:
Ah, yeah, I was just seeing this myself. Thoughts here would be much appreciated. I assume it's the same problem for both of us so here's a link to my repo and configuration:
@lucasbrendel Looks like this was actually fixed on master, however the Cargo.toml was never bumped to match (#67). You can work around this one of two ways, either change your before_script to:
I have been having issues with multiple repos on my projects failing for the following error
I have the
GH_TOKEN
. Even with filling in all env vars locally i get the same error. Not sure where the error is occurring.The text was updated successfully, but these errors were encountered: