Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Optional-Nix-dev-env-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ env:


jobs:
# 2020-12-29: NOTE: Make builds strict again!

build10:
name: "Default Nixpkgs GHC (8.8), strict build"
name: "Default Nixpkgs GHC (8.8)"
runs-on: ubuntu-latest
# 2020-08-01: NOTE: Due to Nixpkgs brittleness to not block project development Nixpkgs made optional, see commit message for more info
continue-on-error: true
Expand All @@ -78,7 +79,6 @@ jobs:
- name: "Determined Nix-build"
env:
compiler: "default"
buildStrictly: "true"
run: ./build.sh


Expand Down