Fixed CI Workflow

This commit is contained in:
2026-06-22 20:41:42 +02:00
parent ef38154c56
commit f83f5012b5
+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