mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -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
|
||||
run: pnpm config set auto-install-peers false
|
||||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: ./bin/installDeps.sh
|
||||
shell: msys2 {0}
|
||||
run: .\bin\installOnWindows.bat
|
||||
working-directory: etherpad/src
|
||||
-
|
||||
name: Run Etherpad
|
||||
shell: msys2 {0}
|
||||
working-directory: etherpad/src
|
||||
run: |
|
||||
pnpm run prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue