Skip to content

Commit

Permalink
Install missing dependencies for tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanholm committed Feb 8, 2024
1 parent 22b6af6 commit e260c31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install depenencies
run: |
sudo apt-get update
sudo apt-get install luajit libluajit-5.1-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.1-dev libgtk-3-dev
- name: make run-tests
run: make run-tests

0 comments on commit e260c31

Please sign in to comment.