We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8c013 commit 3e8ff53Copy full SHA for 3e8ff53
.github/workflows/test.yml
@@ -37,10 +37,10 @@ jobs:
37
38
- uses: actions/checkout@v4
39
- name: Install stack and ghc
40
- run: nix-env -iA stack ghc -f '<nixpkgs>'
+ run: nix profile install 'nixpkgs#stack' 'nixpkgs#ghc'
41
- name: Install texinfo
42
if: matrix.target == 'deploy-manual'
43
- run: nix-env -iA texinfo -f '<nixpkgs>'
+ run: nix profile install 'nixpkgs#texinfo'
44
- name: Run make
45
run: make ${{ matrix.target || 'check' }}
46
continue-on-error: ${{ matrix.emacs_version == 'snapshot' && (! matrix.target) }}
0 commit comments