diff --git a/.github/actions/Miscellaneous/Save_PR_Info/action.yml b/.github/actions/Miscellaneous/Save_PR_Info/action.yml index 41b61de89..1270d3b3c 100644 --- a/.github/actions/Miscellaneous/Save_PR_Info/action.yml +++ b/.github/actions/Miscellaneous/Save_PR_Info/action.yml @@ -23,7 +23,7 @@ runs: # which could be quite often for new releases export LLVM_HASH=$(git ls-remote https://github.com/llvm/llvm-project.git refs/heads/release/${{ matrix.clang-runtime}}.x | tr '\t' '-') fi - + touch patches/llvm/clang${{ matrix.clang-runtime}}-empty.patch echo "CLING_HASH=$CLING_HASH" >> $GITHUB_ENV echo "LLVM_HASH=$LLVM_HASH" >> $GITHUB_ENV