Skip to content

Commit

Permalink
Add ubuntu back to matrix, remove nix flake check
Browse files Browse the repository at this point in the history
Need to consider which systems to support instead of using
`flake-utils.lib.eachDefaultSystem` since the DFINITY SDK and
`nixpkgs-dfinity-sdk` doesn't support everything.

paulyoung/nixpkgs-dfinity-sdk#1
  • Loading branch information
paulyoung committed Mar 21, 2022
1 parent 7a95bc0 commit 89c48cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
name: Nix on ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v15
- run: nix build --show-trace
- run: nix flake check

0 comments on commit 89c48cf

Please sign in to comment.