mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Move install of tar to top setup.
This commit is contained in:
parent
218a2076c7
commit
e3003c350e
1 changed files with 1 additions and 3 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
path-type: inherit
|
||||
install: >-
|
||||
zip
|
||||
tar
|
||||
-
|
||||
name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
@ -39,9 +40,6 @@ jobs:
|
|||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
shell: msys2 {0}
|
||||
run: src/bin/installDeps.sh
|
||||
- name: Install tar
|
||||
run: pacman --noconfirm -S tar
|
||||
shell: msys2 {0}
|
||||
- name: Build the .zip
|
||||
shell: msys2 {0}
|
||||
run: src/bin/buildForWindows.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue