Skip to content

Commit

Permalink
Fix: [GitHub][workflows] インストーラーのビルドに失敗する不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Dec 3, 2022
1 parent 51ac758 commit 2b218e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: installer/
run: |
pip install pipenv
$env:PIPENV_VENV_IN_PROJECT="true"; pipenv sync
pipenv sync
# インストーラーの Nuitka のビルドキャッシュを保存/リストア
- name: Restore Build Cache
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
working-directory: installer/
run: |
pip install pipenv
PIPENV_VENV_IN_PROJECT="true" pipenv sync
pipenv sync
# インストーラーの Nuitka のビルドキャッシュを保存/リストア
- name: Restore Build Cache
Expand Down

0 comments on commit 2b218e6

Please sign in to comment.