Skip to content

Commit

Permalink
Explicit shell bash for cache step due to how $GITHUB_OUTPUT works fo…
Browse files Browse the repository at this point in the history
…r windows runners.
  • Loading branch information
ChadSikorra committed Oct 13, 2024
1 parent ceed5e6 commit 4d5dd17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

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

- name: Install Composer dependencies
Expand Down

0 comments on commit 4d5dd17

Please sign in to comment.