mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-10 03:56:07 -06:00
[PR #3] [MERGED] Update dependencies action to handle linux running in docker #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/audacity/audacity-actions/pull/3
Author: @kryksyh
Created: 5/22/2025
Status: ✅ Merged
Merged: 5/22/2025
Merged by: @kryksyh
Base:
main← Head:linux-docker-builds📝 Commits (1)
a6f1309Update dependencies action to handle linux running in docker📊 Changes
5 files changed (+144 additions, -83 deletions)
View changed files
📝
dependencies/action.yml(+8 -73)➕
dependencies/setup_linux.sh(+126 -0)📝
dist/configure/index.js(+4 -4)📝
dist/update_recipes/index.js(+4 -4)📝
package.json(+2 -2)📄 Description
Most of the linux related logic was moved to
setup_linux.shto ease the handling of different kinds of runners.Tested on Ubuntu 20, 22, 24.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.