Skip to content

Commit

Permalink
move to supported actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed May 30, 2024
1 parent a612f1c commit fb82075
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v15
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Build
run: nix build .#crystal2nix
- name: Run tests
run: nix flake check
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Build
run: nix build .#crystal2nix
- name: Run tests
run: nix flake check

0 comments on commit fb82075

Please sign in to comment.