Really fix shell

This commit is contained in:
2021-09-19 01:11:04 +02:00
committed by GitHub
parent 50bfd08301
commit 20203d47a1

View File

@@ -9,10 +9,10 @@ runs:
steps:
- name: Install ccache
run: DEBIAN_FRONTEND=noninteractive sudo apt install -y ccache
shell: bash
- name: Cache ccache
uses: 0xFEEDC0DE64/cache-with-update@update-cache-on-cachehit
with:
path: ~/.ccache
key: ${{ inputs.key }}
shell: bash