Skip to content

Commit

Permalink
Update: [Installer] 依存関係を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Oct 23, 2023
1 parent fd3f035 commit 40c881b
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 95 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
working-directory: installer/
run: |
pip install poetry
poetry install
poetry install --no-root
# インストーラーを PyInstaller でビルド
- name: Build Installer with PyInstaller
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
working-directory: installer/
run: |
pip install poetry
poetry install
poetry install --no-root
# インストーラーを PyInstaller でビルド
- name: Build Installer with PyInstaller
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
working-directory: installer/
run: |
docker run --rm -i -v $(pwd):/work -w /work arm64v8/ubuntu:build bash -c \
'poetry install && poetry run task build-linux'
'poetry install --no-root && poetry run task build-linux'
sudo cp -a dist/KonomiTV-Installer.elf dist/KonomiTV-Installer-ARM.elf
# 単一実行ファイルにビルドされたインストーラーを Artifact としてアップロード
Expand Down
Loading

0 comments on commit 40c881b

Please sign in to comment.