Skip to content

Commit

Permalink
test: installed correct dependencies to allow simavr to work
Browse files Browse the repository at this point in the history
  • Loading branch information
pajotg committed May 29, 2024
1 parent ffc0a52 commit cfc7ca5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Run Biome
run: yarn biome ci src tests
- name: Install libsimavr
run: sudo apt-get install -y libsimavr-dev
run: |
apt-get update
apt-get install -y libsimavr2 libsimavrparts1
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cfc7ca5

Please sign in to comment.