Skip to content

Commit d114152

Browse files
committed
2.x: Recovered global mode
1 parent 2277810 commit d114152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ce-dev-devel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
ref: '2.x-devel'
2020
- name: Install modules
21-
run: yarn install --production=false
21+
run: yarn install --production=false --global
2222
- name: Pack the JS
2323
run: yarn oclif pack tarballs --targets=linux-x64,linux-arm,linux-arm64 --no-xz
2424
- name: Rename the dist/* files

0 commit comments

Comments
 (0)