mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Correct order.
This commit is contained in:
parent
b31552ff4a
commit
218a2076c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: src/bin/installDeps.sh
|
run: src/bin/installDeps.sh
|
||||||
- name: Install tar
|
- name: Install tar
|
||||||
run: pacman -S --noconfirm tar
|
run: pacman --noconfirm -S tar
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
- name: Build the .zip
|
- name: Build the .zip
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue