mirror of
https://github.com/ONLYOFFICE/core.git
synced 2025-04-18 14:04:06 +03:00
Fix getting the cache key for qt tool (#1414)
This commit is contained in:
parent
8b62c50107
commit
aaf9772805
2
.github/workflows/codeql.yaml
vendored
2
.github/workflows/codeql.yaml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||
"https://api.github.com/repos/ONLYOFFICE/core/commits?per_page=1&path=/Common/3dParty&sha=${{ github.base_ref || github.ref_name }}" | \
|
||||
jq -r '.[].sha')" >> "$GITHUB_OUTPUT"
|
||||
echo "qt-key=$(cat /build_tools/tools/linux/automate.py | egrep -m1 -o "qt_source_([0-9])?.([0-9])?.([0-9])?")" >> "$GITHUB_OUTPUT"
|
||||
echo "qt-key=$(cat /build/build_tools/tools/linux/automate.py | egrep -m1 -o "qt_source_([0-9])?.([0-9])?.([0-9])?")" >> "$GITHUB_OUTPUT"
|
||||
|
||||
# Restore 3dParty from cache if cache key is match
|
||||
- uses: actions/cache/restore@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user