test the base building v8

This commit is contained in:
Keijo Raamat 2021-09-30 14:27:36 +03:00
parent 52e5d0cc86
commit 34a8c2b2f3

View file

@ -16,8 +16,10 @@ jobs:
- uses: actions/checkout@v2
- name: Set image tag
shell: bash
run: |
IFS=$'\n' read -d '' -r -a lines < .tool-versions
IFS=$'\n'
read -d '' -r -a lines < .tool-versions
erlang_line="${lines[0]}"
ruby_line="${lines[1]}"
echo $erlang_line