Move install of tar to top setup.

This commit is contained in:
SamTV12345 2023-08-05 23:02:38 +02:00
parent 218a2076c7
commit e3003c350e

View file

@ -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