forgot shell again

This commit is contained in:
2024-08-23 00:43:34 -04:00
parent 85cf96f971
commit c4d1405143

View File

@@ -46,6 +46,7 @@ runs:
cp -r . /azerothcore/modules/${{ env.REPO_NAME }}
- name: Set up ccache directory
shell: bash
run: |
export CCACHE_DIR=/home/runner/work/${{ github.repository }}/_ccache
ccache --zero-stats
@@ -85,6 +86,7 @@ runs:
key: ${{ runner.os }}-ccache-${{ hashFiles('**/*.cpp', '**/*.h') }}
- name: Show ccache stats
shell: bash
run: |
export CCACHE_DIR=/home/runner/work/${{ github.repository }}/_ccache
ccache --show-stats