Skip to content

Commit

Permalink
gha: add .local/bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
verbit committed Aug 3, 2024
1 parent 908a6bf commit d876fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/virtuerl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
make -C helper
mkdir -p ~/.local/bin
ln -s "${PWD}/helper/virtuerl_helper" ~/.local/bin/virtuerl_helper
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Test
run: |
rebar3 efmt --check
Expand Down

0 comments on commit d876fdf

Please sign in to comment.