summaryrefslogtreecommitdiff
path: root/.github/workflows/debug.yml
AgeCommit message (Collapse)Author
2024-11-07ci: remove unused workflowsMichael Hoang
2023-06-18GHActions: Bump install-nix-action to v22toonn
Not all workflows were updated but some were, this fixes the inconsistency.
2023-04-26ci: bump actions to most recent versionJan Schmitt
* use checkout@v3 and install-nix-action@20
2022-08-12Update install-nix-action and nix to 22.05Marin Usalj
Might need to update nix further if it keeps erroring.
2022-08-12[github] Use macos-12Marin Usalj
It might be beneficial to set up a matrix ([docs](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-multi-dimension-matrix)) and run all major supported macOS versions in parallel. Reason: macos-10.15 is [being deprecated](https://github.com/actions/runner-images/issues/5583) and will be fully unsupported by Aug 30 2022.
2021-12-21bump nix-install-actionDaiderd Jordan
2020-12-21installer: move channel setup out of activationDaiderd Jordan
Fixes #234
2020-05-29install-cachix-action: v8 -> v9Daiderd Jordan
2020-05-15add comment on how to trigger the debug workflowsDaiderd Jordan
2020-05-15update label for debug workflowDaiderd Jordan
2020-03-29add debug actionDaiderd Jordan