Really fix shell
This commit is contained in:
@@ -9,10 +9,10 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install ccache
|
- name: Install ccache
|
||||||
run: DEBIAN_FRONTEND=noninteractive sudo apt install -y ccache
|
run: DEBIAN_FRONTEND=noninteractive sudo apt install -y ccache
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Cache ccache
|
- name: Cache ccache
|
||||||
uses: 0xFEEDC0DE64/cache-with-update@update-cache-on-cachehit
|
uses: 0xFEEDC0DE64/cache-with-update@update-cache-on-cachehit
|
||||||
with:
|
with:
|
||||||
path: ~/.ccache
|
path: ~/.ccache
|
||||||
key: ${{ inputs.key }}
|
key: ${{ inputs.key }}
|
||||||
shell: bash
|
|
||||||
|
Reference in New Issue
Block a user