Skip to content

Commit

Permalink
GITHUB: Fix test job
Browse files Browse the repository at this point in the history
  • Loading branch information
MineGame159 committed Jan 28, 2024
1 parent 8b4af34 commit b4e10c5
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 @@ -66,6 +66,9 @@ jobs:
with:
version: "17.0.2"

- name: Install build dependencies
run: apt install build-essential

- name: Run tests
run: |
cd tests
Expand Down

0 comments on commit b4e10c5

Please sign in to comment.