Skip to content

Commit

Permalink
test env3
Browse files Browse the repository at this point in the history
  • Loading branch information
giDai7ja committed Oct 27, 2023
1 parent c192680 commit 9040549
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ jobs:
id: erlang_path
run: |
erl_find=$(find . -type d -name 'erts-*')
echo $erl_find
erl_path=$(basename ${erl_find})
echo $erl_path
echo "ERLPATH=${erl_path}" >> "$GITHUB_ENV"
echho $ERLPATH
build_docker:
needs: build_tpnode
Expand Down

0 comments on commit 9040549

Please sign in to comment.