diff options
Diffstat (limited to '.github/workflows/changesets.yml')
-rw-r--r-- | .github/workflows/changesets.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index e5613b8..b0cf024 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -19,6 +19,8 @@ jobs: key: ${{ runner.os }}-turbo-${{ github.sha }} restore-keys: | ${{ runner.os }}-turbo- + - name: Install ripgrep + run: sudo apt-get -y install ripgrep - name: Install pnpm and dependencies uses: pnpm/action-setup@v4 with: |