Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Jan 26, 2024
1 parent 59d905a commit c78ac7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Set Nix cache on GH Actions
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
- name: Build Nix package
run: nix flake check

0 comments on commit c78ac7b

Please sign in to comment.