epm: Add set_alt_alternatives for all browsers (eterbug #18085) #740
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ubuntu | |
on: | |
push: | |
branches: [ "*" ] | |
# pull_request: | |
# branches: [ "*" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
# container: | |
# image: alt:sisyphus | |
# env: | |
# ALLOW_ROOT_USER: 1 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: test | |
run: | | |
bin/epm rl | |
bin/epm qa --sort | tail | |
bin/epm qp lib | |
bin/epm install fakeroot | |
bin/epm remove fakeroot |