diff --git a/.github/workflows/Nixpkgs-GHC-Linux.yml b/.github/workflows/Nixpkgs-GHC-Linux.yml index cce52e20..30974ee8 100644 --- a/.github/workflows/Nixpkgs-GHC-Linux.yml +++ b/.github/workflows/Nixpkgs-GHC-Linux.yml @@ -90,7 +90,7 @@ jobs: - name: Determined nix-build run: ./build.sh - name: Test Nix-shell - run: nix-shell --command "echo Succesfully evaluated, loaded and entered $IN_NIX_SHELL Nix shell env." + run: nix-shell --command 'echo Succesfully evaluated, loaded and entered $IN_NIX_SHELL Nix shell env.' # Other samples of tests used in the project build30: