diff options
| author | mo khan <mo@mokhan.ca> | 2021-03-08 23:10:13 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-03-08 23:10:13 -0700 |
| commit | 2688212874ac36676ba0f26c7abee16ee6aee3b6 (patch) | |
| tree | d0c9eb6e452e604282dc317e19624dff886c4f44 | |
| parent | 241e2f9b601c98d6fceaf6f3717cc6d66d36a97c (diff) | |
chore: use bundle install
| -rw-r--r-- | .github/workflows/omnibus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/omnibus.yml b/.github/workflows/omnibus.yml index eabecd4..9022db4 100644 --- a/.github/workflows/omnibus.yml +++ b/.github/workflows/omnibus.yml @@ -16,5 +16,5 @@ jobs: with: ruby-version: '3.0' bundler-cache: true - - run: ./bin/setup + - run: bundle install - run: bundle exec omnibus build spandx |
