bjorn3 commented on Issue #1216:
The https://github.com/actions-rs/cargo action adds an annotation to the location of the error, instead of the start of the workflow config file. It would be nice to use it instead of plain
run: cargo ...
.
abrown closed Issue #1216:
- What are the steps to reproduce the issue?
Take a look at the files for a PR, e.g., https://github.com/CraneStation/cranelift/pull/1211/files. I see something like the following at the bottom of the page:
![image](https://user-images.githubusercontent.com/541880/68495639-7a68c500-0205-11ea-95aa-6732112955e2.png)
- What do you expect to happen? What does actually happen? Does it panic, and
if so, with which assertion?This file was not changed in the PR so I would not expect this annotation failure. Also, it is not entirely clear what the failure is about. I suspect that with the switch to actions GitHub is now doing something extra for us but when I search around I don't see a clear path to fix this (@alexcrichton, any ideas?).
- Which Cranelift version / commit hash / branch are you using?
n/a
- If relevant, can you include some extra information about your environment?
(Rust version, operating system, architecture...)n/a
Last updated: Nov 22 2024 at 17:03 UTC