Skip to content

Commit

Permalink
Enable nix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Jan 18, 2024
1 parent ad7dab9 commit 002c249
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ runs:
if: runner.os == 'Linux'
uses: "./.github/workflows/build/linux"

- name: Build (Nix)
if: runner.os == 'Linux'
uses: "./.github/workflows/build/nix"

- name: Build (OSX)
if: runner.os == 'MacOS'
uses: "./.github/workflows/build/osx"
Expand Down

0 comments on commit 002c249

Please sign in to comment.