mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
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
|
||||
run: |
|
||||
echo "HYPERGLASS_APP_PATH=$HOME/hyperglass" >> $GITHUB_ENV
|
||||
mkdir $HYPERGLASS_APP_PATH
|
||||
mkdir -p "$HYPERGLASS_APP_PATH"
|
||||
|
||||
- name: Install (Poetry)
|
||||
run: poetry install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue