Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelsgesang committed Jun 11, 2024
1 parent e64a0d7 commit 8b74dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Required for the test cases
- name: Install system dependencies
run: sudo apt install -y c++filt rustfilt
run: sudo apt install -y binutils rustfilt

- run: xvfb-run -a npm test
if: runner.os == 'Linux'
Expand Down

0 comments on commit 8b74dad

Please sign in to comment.