From 4c753545d116b0023c766bc9544ee8a78bade079 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Tue, 16 Apr 2024 03:19:56 +0300 Subject: [PATCH] Explicit use bash for Windows --- examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples.md b/examples.md index 1bcde91..2a49996 100644 --- a/examples.md +++ b/examples.md @@ -513,6 +513,7 @@ jobs: ```yaml - name: Get pip cache dir id: pip-cache + shell: bash run: | echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT