mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Fixed.
This commit is contained in:
parent
2adad829d4
commit
c9351183d5
1 changed files with 1 additions and 3 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -142,12 +142,10 @@ jobs:
|
||||||
- name: Only install direct dependencies
|
- name: Only install direct dependencies
|
||||||
run: pnpm config set auto-install-peers false
|
run: pnpm config set auto-install-peers false
|
||||||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||||
run: ./bin/installDeps.sh
|
run: .\bin\installOnWindows.bat
|
||||||
shell: msys2 {0}
|
|
||||||
working-directory: etherpad/src
|
working-directory: etherpad/src
|
||||||
-
|
-
|
||||||
name: Run Etherpad
|
name: Run Etherpad
|
||||||
shell: msys2 {0}
|
|
||||||
working-directory: etherpad/src
|
working-directory: etherpad/src
|
||||||
run: |
|
run: |
|
||||||
pnpm run prod
|
pnpm run prod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue