Fixed CI Workflow
CI / check (push) Failing after 40s

This commit is contained in:
2026-06-22 20:41:42 +02:00
parent 323ed6ec9e
commit c49a0f1420
+2 -5
View File
@@ -11,11 +11,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup age key - name: Setup PATH
run: | run: echo "/nix/var/nix/profiles/default/bin" >> $GITHUB_PATH
mkdir -p ~/.config/sops/age
echo "${{ secrets.AGE_KEY }}" > ~/.config/sops/age/keys.txt
chmod 600 ~/.config/sops/age/keys.txt
- name: Nix flake check - name: Nix flake check
run: nix flake check --no-build run: nix flake check --no-build