Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
Fix pipenv caching
Browse files Browse the repository at this point in the history
This is a re-release of Version 1.0.2 to fix a build issue that prevented the application from starting. Original 1.0.2 release notes below:

This is a bugfix release that fixes issues surrounding changing the location of the mod install folder.

- Completely forgot to touch this part of the code while doing the symlink upgrade
- Massively fixed symlink detection and handling
- Add big warning around moving mod install folder (not recommend)
- Ensure new mod install folder location is not within sim install directory (#60)
  • Loading branch information
NathanVaughn committed Mar 10, 2021
1 parent 367e63f commit 6b07e06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
path: ~\AppData\Local\pip\Cache
key: pip-${{ hashFiles('**/Pipfile.lock') }}

- name: Cache Pipenv Environment
uses: actions/cache@v2
id: cache-pipenv
with:
path: .venv
key: pipenv-${{ hashFiles('**/Pipfile.lock') }}

- name: Install Pipenv
run: python -m pip install wheel setuptools pipenv

Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ jobs:
path: ~\AppData\Local\pip\Cache
key: pip-${{ hashFiles('**/Pipfile.lock') }}

- name: Cache Pipenv Environment
uses: actions/cache@v2
id: cache-pipenv
with:
path: .venv
key: pipenv-${{ hashFiles('**/Pipfile.lock') }}

- name: Install Pipenv
run: python -m pip install wheel setuptools pipenv

Expand Down Expand Up @@ -86,10 +79,7 @@ jobs:
# run: pipenv run fbs clean

# - name: Build Debug
# run: pipenv run fbs freeze --debug

# - name: Build Debug Installer
# run: pipenv run fbs installer
# run: ./build.ps1 -installer -debug

# - name: Add Debug Installer Artifact
# uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 6b07e06

Please sign in to comment.