Skip to content

Commit

Permalink
Update iso action
Browse files Browse the repository at this point in the history
  • Loading branch information
vlinkz committed Apr 17, 2023
1 parent 1806249 commit 0f74f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
environment: ISO Builder
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v17
- uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v11
- uses: cachix/cachix-action@v12
with:
name: snowflakeos
- name: Build
Expand Down

0 comments on commit 0f74f7b

Please sign in to comment.