Skip to content

Commit

Permalink
CICD: Add deps for xorg-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Oct 31, 2023
1 parent b0e896d commit 41b11b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install deps
run: sudo apt-get install xorg-dev

- name: Test all
run: ./scripts/test-all.sh

Expand Down
Empty file modified libs/B-luga-physics/scripts/test.sh
100644 → 100755
Empty file.

0 comments on commit 41b11b0

Please sign in to comment.