Skip to content

Commit

Permalink
CI: 'npm install' at start of run
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jan 29, 2025
1 parent 963f9d2 commit aedd6e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
image: ghcr.io/gsconnect/gsconnect-ci:main
steps:
- uses: actions/checkout@v4

- name: Install node modules
run: npm install

- name: Prepare
run: |
meson --prefix=/usr \
Expand Down

0 comments on commit aedd6e5

Please sign in to comment.