Skip to content

Commit bf2bc10

Browse files
committed
ci(hypatia): fix Build Hypatia step working-directory (env.HOME -> shell $HOME)
1 parent 19d6289 commit bf2bc10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
git clone --depth 1 https://github.com/hyperpolymath/hypatia.git "$HOME/hypatia"
3737
3838
- name: Build Hypatia scanner
39-
working-directory: ${{ env.HOME }}/hypatia
4039
run: |
40+
cd "$HOME/hypatia"
4141
if [ ! -f hypatia-v2 ]; then
4242
cd scanner && mix deps.get && mix escript.build && mv hypatia ../hypatia-v2
4343
fi

0 commit comments

Comments
 (0)