Fix auto-caching in Linux action (#312)

This commit is contained in:
ilya-fedin 2022-02-16 02:18:40 +00:00 committed by GitHub
parent c123038072
commit 7794298495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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