From 34a8c2b2f3cbef37eaa50f4fb4311c74a83e3128 Mon Sep 17 00:00:00 2001 From: Keijo Raamat Date: Thu, 30 Sep 2021 14:27:36 +0300 Subject: [PATCH] test the base building v8 --- .github/workflows/build_base_image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_base_image.yml b/.github/workflows/build_base_image.yml index a9eff3e..dd0eb85 100644 --- a/.github/workflows/build_base_image.yml +++ b/.github/workflows/build_base_image.yml @@ -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