Skip to content

Commit

Permalink
Prefer nix profile to nix-env
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jan 16, 2024
1 parent ff8c013 commit 3e8ff53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:

- uses: actions/checkout@v4
- name: Install stack and ghc
run: nix-env -iA stack ghc -f '<nixpkgs>'
run: nix profile install 'nixpkgs#stack' 'nixpkgs#ghc'
- name: Install texinfo
if: matrix.target == 'deploy-manual'
run: nix-env -iA texinfo -f '<nixpkgs>'
run: nix profile install 'nixpkgs#texinfo'
- name: Run make
run: make ${{ matrix.target || 'check' }}
continue-on-error: ${{ matrix.emacs_version == 'snapshot' && (! matrix.target) }}

0 comments on commit 3e8ff53

Please sign in to comment.