Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aciceri committed May 9, 2024
1 parent 5a38feb commit 47227e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "CI"
on: pull_request_target
on:
- pull_request_target
- workflow_dispatch
jobs:
nix-flake-check:
# TODO idea: instead of using QEMU (which is slow) use the host as remote builder
Expand All @@ -26,8 +28,9 @@ jobs:
run: |
source "$(nix build .#inject-secrets --no-link --print-out-paths)"/bin/install-agenix-shell
echo "CACHIX_AUTH_TOKEN=$CACHIX_AUTH_TOKEN" > $GITHUB_OUTPUT
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@master
with:
name: nix-pizza
authToken: ${{ steps.retrieve-cachix-auth-token.outputs.CACHIX_AUTH_TOKEN }}
installCommand: nix profile install github:cachix/cachix/debug-daemon-stop -L --accept-flake-config
- run: nix flake check -L

0 comments on commit 47227e7

Please sign in to comment.