diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c542bbe7..d8d35c73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,10 +37,10 @@ jobs: - uses: actions/checkout@v4 - name: Install stack and ghc - run: nix-env -iA stack ghc -f '' + run: nix profile install 'nixpkgs#stack' 'nixpkgs#ghc' - name: Install texinfo if: matrix.target == 'deploy-manual' - run: nix-env -iA texinfo -f '' + run: nix profile install 'nixpkgs#texinfo' - name: Run make run: make ${{ matrix.target || 'check' }} continue-on-error: ${{ matrix.emacs_version == 'snapshot' && (! matrix.target) }}