Skip to content

devopsx/gha-ubuntu-i386-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workaround to allow installing i386 packages on Ubuntu GHA images.

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: devopsx/gha-ubuntu-i386-fix@master
        # # optional
        # with:
        #   # if you don't need wine
        #   install_wine: false
        #   # If you want to skip fix for "Read access denied for device"
        #   wine_fix_read_access_denied: false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages