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