Skip to content

Commit f5c021b

Browse files
committed
GitHub CI: Nixpkgs_unstable_macOS: upd
M .github/workflows/main.yml
1 parent 34dbc53 commit f5c021b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,12 @@ jobs:
121121
nix_path: nixpkgs=channel:nixpkgs-unstable
122122
- name: Determined nix-build
123123
run: ./build.sh
124-
Nixpkgs_default_macOS:
125-
name: Nixpkgs, default (GHC 8.8), macOS
124+
Nixpkgs_unstable_macOS:
125+
name: Nixpkgs, unstable, default (GHC 8.8), macOS
126126
runs-on: macos-latest
127127
continue-on-error: true
128+
env:
129+
rev: "nixpkgs-unstable"
128130
steps:
129131
- name: Git checkout
130132
uses: actions/checkout@v2

0 commit comments

Comments
 (0)