From 9c622198dd1d3dbdd688e5169bc5502b7509ade3 Mon Sep 17 00:00:00 2001 From: Isaak Date: Mon, 1 Jul 2024 11:07:37 +0200 Subject: [PATCH] try container --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08c806c68f5..be8a30a12d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ jobs: create-and-upload: name: Create developer docs and upload them to S3 runs-on: ubuntu-latest + container: ruby:2.7.8 steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -28,11 +29,6 @@ jobs: - name: Extract and set lowercase branch name run: echo "BRANCH_NAME=$CI_ACTION_REF_NAME_SLUG" >> $GITHUB_ENV - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 2.7.8 - - name: Setup Node.js uses: actions/setup-node@v4 with: