Skip to content

Commit 4d5dd17

Browse files
committed
Explicit shell bash for cache step due to how $GITHUB_OUTPUT works for windows runners.
1 parent ceed5e6 commit 4d5dd17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
- name: Get Composer Cache Directory
2323
id: composer-cache
24+
shell: bash
2425
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
2526

2627
- name: Install Composer dependencies

0 commit comments

Comments
 (0)