Skip to content

Commit

Permalink
Add dependency during CI install.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Mar 1, 2024
1 parent c861b8f commit e61e45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y -q freeglut3-dev xvfb libxkbcommon-x11-0 xserver-xephyr libxcb-xinerama0
sudo apt-get install -y -q freeglut3-dev xvfb libxkbcommon-x11-0 xserver-xephyr libxcb-xinerama0 libxcb-cursor0
python -m pip install --upgrade pip
pip install pipenv
pipenv install --dev
Expand All @@ -39,7 +39,7 @@ jobs:
pipenv install codecov
pipenv run codecov
- name: Upload image diffs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() && steps.test.outcome == 'failure' }}
with:
name: image-diffs
Expand Down

0 comments on commit e61e45d

Please sign in to comment.