Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Apt action for installing multiarch packages within ubuntu gihub-actions runners

License

RadxaYuntian/action-apt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

action-apt status

APT multi-arch helper action

A helper action to setup multiarch and, optionally, install packages via dpkg and apt-get, because it's unfortunately complex to setup. If you just need to install packages, use a run: sudo apt-get install -y PACKAGES step instead.

This patches the existing apt repositories on the system, adds the specified architecture via multiarch, adds a set of viable port repositories, and finally updates the cache and installs the specified packages.

  - uses: ryankurte/[email protected]
    with:
      arch: armhf
      packages: "libsqlite3-dev:armhf" # optional

About

Apt action for installing multiarch packages within ubuntu gihub-actions runners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published