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 nightly builds by updating package list before installing build dependencies #6084

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

absidue
Copy link
Member

@absidue absidue commented Nov 3, 2024

Fix nightly builds by updating package list before installing build dependencies

Pull Request Type

  • Bugfix

Related issue

https://github.com/FreeTubeApp/FreeTube/actions/workflows/build.yml

Description

Ubuntu pulled a version of libarchive13 because of a vulnerability (https://ubuntu.com/security/notices/USN-7087-1), as that is the version that is listed in the cached apt repo files the install would fail. This pull request fixes the issue by running apt update before installing libarchive-tools, so that apt will install the newer version of libarchive13.

Testing

Build on this branch on my fork to confirm that the fix works: https://github.com/absidue/FreeTube/actions/runs/11651164346

@github-actions github-actions bot added the PR: waiting for review For PRs that are complete, tested, and ready for review label Nov 3, 2024
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) November 3, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: waiting for review For PRs that are complete, tested, and ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants