File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1313 - uses : " actions/checkout@v3"
1414 with :
1515 fetch-depth : 0
16- - run : sudo apt-get install -y valgrind
16+ - name : Install valgrind
17+ run : |
18+ sudo apt-get update
19+ sudo apt-get install -y valgrind
1720 - uses : pnpm/action-setup@v2
1821 - uses : actions/setup-node@v3
1922 with :
4851 - uses : " actions/checkout@v3"
4952 with :
5053 fetch-depth : 0
51- - run : sudo apt-get install -y valgrind
54+ - name : Install valgrind
55+ run : |
56+ sudo apt-get update
57+ sudo apt-get install -y valgrind
5258 - uses : pnpm/action-setup@v2
5359 - uses : actions/setup-node@v3
5460 with :
Original file line number Diff line number Diff line change 1313 - uses : " actions/checkout@v3"
1414 with :
1515 fetch-depth : 0
16- - run : sudo apt-get install -y valgrind
16+ - name : Install valgrind
17+ run : |
18+ sudo apt-get update
19+ sudo apt-get install -y valgrind
1720 - uses : pnpm/action-setup@v2
1821 - uses : actions/setup-node@v3
1922 with :
Original file line number Diff line number Diff line change 2424 node-version-file : .nvmrc
2525 registry-url : " https://registry.npmjs.org"
2626 - run : pnpm install --frozen-lockfile --prefer-offline
27- - run : sudo apt-get install -y valgrind
27+ - name : Install valgrind
28+ run : |
29+ sudo apt-get update
30+ sudo apt-get install -y valgrind
2831
2932 - name : Build the libraries
3033 run : pnpm moon run :build
You can’t perform that action at this time.
0 commit comments