mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
forgot shell again
This commit is contained in:
2
.github/actions/build-tag-release/action.yml
vendored
2
.github/actions/build-tag-release/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user