From a05d4c333b5c5cec08c57759ff8a1143a756e9d6 Mon Sep 17 00:00:00 2001 From: avelicka Date: Fri, 1 Sep 2023 15:19:59 +0300 Subject: [PATCH] Test --- .github/workflows/build_release_pipeline.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_release_pipeline.yaml b/.github/workflows/build_release_pipeline.yaml index 00c68bce..c32269ae 100644 --- a/.github/workflows/build_release_pipeline.yaml +++ b/.github/workflows/build_release_pipeline.yaml @@ -9,9 +9,13 @@ on: jobs: build-release-pipeline: runs-on: ubuntu-latest - container: ruby:2.0.0 steps: - uses: actions/checkout@v2 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.0.0 + rubygems: '1.17.3' + bundler-cache: true # - name: Setup # run: | # bundle install