Fix auto-caching in Linux action (#312)
This commit is contained in:
parent
c123038072
commit
7794298495
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux-kotato.yml
vendored
2
.github/workflows/linux-kotato.yml
vendored
|
|
@ -132,7 +132,7 @@ jobs:
|
|||
|
||||
gcc --version > CACHE_KEY.txt
|
||||
echo $MANUAL_CACHING >> CACHE_KEY.txt
|
||||
if [ "$AUTO_CACHING" == "1" ]; then
|
||||
if [ "$AUTO_CACHING" = "1" ]; then
|
||||
thisFile=$REPO_NAME/.github/workflows/linux-kotato.yml
|
||||
echo `md5sum $thisFile | cut -c -32` >> CACHE_KEY.txt
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue