ci: switch from Cirrus to Github Actions

This commit is contained in:
Erik Arvstedt
2025-06-26 23:26:57 +02:00
parent 7d33e9d5e9
commit 5516bcc43b
9 changed files with 130 additions and 50 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ fi
## Build
if [[ -v CIRRUS_CI ]]; then
if [[ -v GITHUB_ACTIONS ]]; then
# Avoid cachix warning message
mkdir -p ~/.config/nix && touch ~/.config/nix/nix.conf
cachix use "$cachixCache"
fi