Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: new workflow to update setup-texlive cache #15

Merged
merged 4 commits into from
Dec 27, 2024
Merged

Conversation

muzimuzhi
Copy link
Owner

No description provided.

setup-texlive-action creates cache in the `runs.post` action.
Comment on lines 20 to 26
run: |
cache_keys=$(\
gh cache list --key setup-texlive --json key --jq '.[].key')
for key in $cache_keys; do
echo "Deleting cache $key"
gh cache delete $key
done
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why cache_keys may contain duplication:

Deleting cache setup-texlive-action-linux-x64-2024-456b9c96209cb40e6812a8e1ec28c31607d9e491a8abd3bb8253fe9b0b21f083
Deleting cache setup-texlive-action-linux-x64-2024-456b9c96209cb40e6812a8e1ec28c31607d9e491a8abd3bb8253fe9b0b21f083

@muzimuzhi muzimuzhi merged commit 77054a1 into develop Dec 27, 2024
@muzimuzhi muzimuzhi deleted the ci/update-cache branch December 27, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant