Skip to content

Commit

Permalink
installing nix in the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sertel committed Apr 18, 2024
1 parent cfe0546 commit af41708
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:

# Checks-out the repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout repo
uses: actions/checkout@v2

# Runs the flake
- name: Build
run: |
nix build
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check

0 comments on commit af41708

Please sign in to comment.