Skip to content

Commit

Permalink
update dep repository on CI (github actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
TakesxiSximada committed Oct 8, 2023
1 parent a571523 commit 6159b99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Update deb repository
run: sudo apt-get update
- name: Install deb dependencies
run: sudo apt-get install -y xorg-dev libglu1-mesa-dev libglew-dev xvfb
- name: Install python dependencies
Expand Down

0 comments on commit 6159b99

Please sign in to comment.