Skip to content

Commit

Permalink
No sudo in CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelsche committed Jun 19, 2024
1 parent b228ce2 commit d999802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: sudo apt install -y npm
run: apt install -y npm
- name: Test
run: make test config=debug
- name: Test creation of vscode extension
Expand Down

0 comments on commit d999802

Please sign in to comment.