Skip to content

Commit

Permalink
Install nix on docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaenganxt committed Oct 27, 2023
1 parent 10184eb commit db9e799
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
with:
name: edemocracy
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: set lower case owner name
run: |
echo "OWNER_LC=${OWNER,,}" >>${GITHUB_ENV}
Expand Down

0 comments on commit db9e799

Please sign in to comment.