forked from mirrors/thatmattlove-hyperglass
fix $HOME environment variable in CI
This commit is contained in:
parent
5c7e71618d
commit
1fa113dfc2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
|
|
@ -42,8 +42,8 @@ jobs:
|
|||
|
||||
- name: Prepare
|
||||
run: |
|
||||
mkdir -p "$HOME/hyperglass"
|
||||
echo "HYPERGLASS_APP_PATH=$HOME/hyperglass" >> $GITHUB_ENV
|
||||
mkdir -p "$HYPERGLASS_APP_PATH"
|
||||
|
||||
- name: Install (Poetry)
|
||||
run: poetry install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue