Skip to content

Commit

Permalink
Install missing npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelsche committed Jun 19, 2024
1 parent 27d181b commit b228ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder:release
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: sudo apt install -y npm
- name: Test
run: make test config=debug
- name: Test creation of vscode extension
Expand Down

0 comments on commit b228ce2

Please sign in to comment.