fix $HOME environment variable in CI

This commit is contained in:
thatmattlove 2021-12-06 17:27:05 -07:00
parent b43ab14fdd
commit 7ed9e200b8

View file

@ -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