forked from mirrors/thatmattlove-hyperglass
fix $HOME environment variable in CI
This commit is contained in:
parent
b43ab14fdd
commit
7ed9e200b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
HYPERGLASS_APP_PATH: $HOME/hyperglass
|
||||
HYPERGLASS_APP_PATH: ${{ env.HOME }}/hyperglass
|
||||
|
||||
steps:
|
||||
- name: Git Checkout
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue