Closed JBenda closed 2 years ago
I think the fail is caused by some kind of permission issue. Let's see if it works when I re-trigger the jobs.
This is a known GitHub issue when issuing PRs from a fork.
https://github.com/actions/first-interaction/issues/10
The failing action is trying to post a comment on this PR with the inkproof results but since it's running from a fork, the environment is read-only (despite the fact you're a collaborator on this project).
Anyway, the builds are passing so that's good.
Then we just need to verify that this fixes the compilation error for M1/arm64 chips.
Update Catch dependency to fix compile error