diff options
| author | mo khan <mo@mokhan.ca> | 2021-03-08 23:12:56 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-03-08 23:12:56 -0700 |
| commit | c9c7ac6a2501478ba47f8ee0303f3b641e8a0ae4 (patch) | |
| tree | 897300591cb00b0cf055f59afaddbed1240a92c5 | |
| parent | 9eeb512bdb296fd48a6fb17acafb8b55c911080c (diff) | |
chore: remove redundant bundle install
| -rw-r--r-- | .github/workflows/omnibus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/omnibus.yml b/.github/workflows/omnibus.yml index 7cb4354..c3b7c83 100644 --- a/.github/workflows/omnibus.yml +++ b/.github/workflows/omnibus.yml @@ -13,5 +13,4 @@ jobs: with: ruby-version: '3.0' bundler-cache: true - - run: bundle install - run: bundle exec omnibus build spandx |
