Add CI support - #528
Conversation
|
Please verify the files This PR is untested btw, I just know the |
|
This is fixed #527 |
|
There's also a way to run I don't know which one is preferable. |
|
So, besides rebasing on the latest version of #527, I've improved the workflows and added one that updates the flake. The two workflows are tested (except for the hook on There are two things that are supposed to update the flake's inputs: the workflow in the last commit, which is tested, and the Except for the points mentioned above, I consider this PR complete. |
|
So I added this workflow https://github.com/xaltsc/jellyfin-desktop/blob/flake-ci/.github/workflows/cef-nix-sync-in-pr.yml which should update nix's cef-binary within the same PR as Renovate's ones instead of in another. This makes sense because, in the meantime between the update of rust Again, I have no idea what I'm doing, so quintuple check what I've done. Also, this makes the other workflow obsolete, but, thus far, I've kept it as a working example before review. |
15942a9 to
2bd4cfe
Compare
|
I removed the old workflow that opened a PR to update |
I'm trying to address the issues in #526.
So far, I've got a script that updates nix's
cef-binaryto match the version used by the rust cratecef.Blocked by #527
Closes #526