Skip to content

Commit

Permalink
ci: use nix in quickstart action
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Sep 19, 2023
1 parent f311953 commit 38f9138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: carvel-dev/setup-action@v1
- uses: cachix/install-nix-action@v22
with:
only: ytt, vendir
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Test quickstart
run: |
cd quickstart
Expand Down

0 comments on commit 38f9138

Please sign in to comment.