Skip to content

Commit

Permalink
Try a different Nix Github action
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <[email protected]>
  • Loading branch information
SimonBrandner committed Aug 1, 2024
1 parent a01df3b commit 9bb3ad6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: "Build"
on:
pull_request:
push:
branches: [main]

jobs:
tests:
checks:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/nix-installer-action@main
- run: nix build
- run: nix flake check

0 comments on commit 9bb3ad6

Please sign in to comment.