Bundle install

This commit is contained in:
Akash Levy 2025-01-15 17:22:21 -08:00
parent 78a510ca54
commit 090e8de6d7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
- name: Setup Mac
if: matrix.os == 'macos-latest'
run: brew install
run: brew bundle install
- name: Setup Linux
if: matrix.os == 'ubuntu-latest'