Skip to content

Commit

Permalink
Corrected indentation and syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
frzb committed Apr 5, 2022
1 parent 67eb8a1 commit 1979a73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1979a73

Please sign in to comment.