mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-11 02:45:37 +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
|
||||
id: cache-key
|
||||
shell: bash
|
||||
run: |
|
||||
INPUT_HASH=$(echo "${{ inputs.version }}-dependencies-${{ inputs.extensions }}" | sha256sum | awk '{print $1}')
|
||||
echo "::set-output name=hash::$INPUT_HASH"
|
||||
|
||||
Reference in New Issue
Block a user