mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-11 19:05:35 +08:00
Change shell
This commit is contained in:
1
.github/workflows/build-windows-x86_64.yml
vendored
1
.github/workflows/build-windows-x86_64.yml
vendored
@@ -54,6 +54,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate hashed key for cache
|
- name: Generate hashed key for cache
|
||||||
id: cache-key
|
id: cache-key
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
INPUT_HASH=$(echo "${{ inputs.version }}-dependencies-${{ inputs.extensions }}" | sha256sum | awk '{print $1}')
|
INPUT_HASH=$(echo "${{ inputs.version }}-dependencies-${{ inputs.extensions }}" | sha256sum | awk '{print $1}')
|
||||||
echo "::set-output name=hash::$INPUT_HASH"
|
echo "::set-output name=hash::$INPUT_HASH"
|
||||||
|
|||||||
Reference in New Issue
Block a user