diff --git a/.github/workflows/build_and_run.yaml b/.github/workflows/build_and_run.yaml index 794fe876..710458e4 100644 --- a/.github/workflows/build_and_run.yaml +++ b/.github/workflows/build_and_run.yaml @@ -76,12 +76,12 @@ jobs: with: path: debirf/build - - name: Setup Ruby and InSpec/Cinc-Auditor - - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.1 - bundler-cache: true # runs 'bundle install' and caches installed gems automatically - working-dir server + - name: Setup Ruby and InSpec/Cinc-Auditor + uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.1 + bundler-cache: true # runs 'bundle install' and caches installed gems automatically + working-dir: server - name: Set up Coinboot requirements run: ./setup_coinboot_requirements