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

Fix GitHub workflow cache key conflict #1929

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

y-guyon
Copy link
Collaborator

@y-guyon y-guyon commented Jan 11, 2024

No description provided.

@y-guyon y-guyon requested a review from vrabaud January 11, 2024 15:45
@@ -27,7 +27,7 @@ jobs:
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: ext
key: ${{ runner.os }}-${{ hashFiles('ext/*.cmd') }}
key: ${{ runner.os }}-${{ hashFiles('ext/*.cmd') }}-somedeps
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can also consider building everything from scratch in the Windows artifacts workflow.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Since it will not save computing resources with the current setup, I do not think this is worth it.

@y-guyon y-guyon merged commit 169ee36 into AOMediaCodec:main Jan 11, 2024
16 of 19 checks passed
@y-guyon y-guyon deleted the fix_cache branch January 11, 2024 16:13
y-guyon added a commit to y-guyon/libavif that referenced this pull request Jan 24, 2024
y-guyon added a commit to y-guyon/libavif that referenced this pull request Jan 24, 2024
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.

None yet

3 participants