Skip to content

Commit

Permalink
Install wget in Gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Huddo121 committed Oct 28, 2021
1 parent 6ad3aa8 commit 170742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: nixos/nix:2.3.6

build:
script:
- nix-env -i git
- nix-env -i git wget
# - nix-build --max-jobs 10
- nix-shell --command "cabal update; cabal test --enable-tests --test-show-details=streaming"
# Upload test reports
Expand Down

0 comments on commit 170742f

Please sign in to comment.