Skip to content

Commit

Permalink
ci: Install Ubuntu deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yasn77 committed Feb 6, 2024
1 parent 70b3aca commit 1b912f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Install Ubuntu deps
run: sudo apt-get install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
Expand Down

0 comments on commit 1b912f3

Please sign in to comment.