Skip to content

Commit

Permalink
Enable cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Apr 15, 2020
1 parent 0e1e7fe commit d6cd7fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
with:
name: static-haskell-nix
skipNixBuild: true
# - name: Build umklappbot
# uses: cachix/cachix-action@v5
# with:
# name: umklappbot
# signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# attributes: umklappbot
- name: Build umklappbot
uses: cachix/cachix-action@v5
with:
name: umklappbot
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
attributes: umklappbot
- name: Build zipfile
run: |
nix-build -A function-zip -o function
Expand Down

0 comments on commit d6cd7fc

Please sign in to comment.