Skip to content

Commit

Permalink
Merge pull request #247 from vais-ral/gh-action-fix-libegl
Browse files Browse the repository at this point in the history
fix github action by installing lib_egl packages
  • Loading branch information
Pasarus authored May 25, 2022
2 parents f9f8e62 + 21c6c8f commit 6ac6efa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/conda_build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: paskino/[email protected].3
uses: paskino/[email protected].4
with:
subDir: 'Wrappers/Python/conda-recipe'
channels: 'conda-forge -c paskino'
channels: '-c conda-forge -c paskino'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
publish: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
test_all: ${{(github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')) || (github.ref == 'refs/heads/master')}}
additional_apt_packages: 'libegl1-mesa libegl1-mesa-dev'

0 comments on commit 6ac6efa

Please sign in to comment.