Skip to content

Commit 9bcbb19

Browse files
committed
Fix name clash for "nix-tools"
1 parent 5621c9e commit 9bcbb19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
- name: "Check hix -- run github:haskell/cabal/3.10#cabal-install:exe:cabal -- --version"
240240
run: "HIX_DIR=$(mktemp -d) nix run .#hix --accept-flake-config -- run github:haskell/cabal/3.10#cabal-install:exe:cabal --accept-flake-config --override-input haskellNix . -- --version"
241241

242-
nix-tools:
242+
check-nix-tools:
243243
runs-on: [self-hosted, linux]
244244
steps:
245245
- uses: actions/checkout@v4

.github/workflows/upload-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Wait for Hydra Build
1+
name: Update Static Nix Tools
22

33
on:
44
push:

0 commit comments

Comments
 (0)