summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f8e429e..b1a1b25 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -64,7 +64,8 @@ jobs:
if nix eval --raw .#"$JOBS".${{ matrix.attr }} \
| cut -c12-43 \
| xargs -I {} curl -f "$url"/{}.narinfo &> /dev/null; then
- echo ${{ matrix.attr }} is already cached in $url!
+ echo ${{ matrix.attr }} is already cached at $url!
+ exit 0
fi
done