1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 13:28:27 +00:00

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