Skip to content

Commit b827242

Browse files
ci: fix release workflow to get valgrind headers during pnpm install
1 parent 2d276f2 commit b827242

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ jobs:
2323
cache: pnpm
2424
node-version-file: .nvmrc
2525
registry-url: "https://registry.npmjs.org"
26-
- run: pnpm install --frozen-lockfile --prefer-offline
2726
- name: Install valgrind
2827
run: |
2928
sudo apt-get update
3029
sudo apt-get install -y valgrind
31-
30+
- run: pnpm install --frozen-lockfile --prefer-offline
3231
- name: Build the libraries
3332
run: pnpm moon run :build
3433

0 commit comments

Comments
 (0)