1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

fix workflow

This commit is contained in:
Dummerle 2021-09-19 23:06:42 +02:00
parent 1980adecd3
commit f248fbbdce

View file

@ -107,7 +107,7 @@ jobs:
sudo pip3 install appimage-builder
- name: Install legendary
run: |
pip install legendary
pip install ./legendary
- name: Prepare Build directory
run: |
mkdir build
@ -134,6 +134,6 @@ jobs:
run: pip3 install --upgrade cx_freeze wheel
- name: Install legendary
run: |
pip install legendary
pip install ./legendary
- name: Build
run: python freeze.py bdist_msi