diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/changesets.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index f39d7f0..643c5aa 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -19,8 +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 needed softwares + run: sudo apt-get -y install ripgrep moreutils - name: Install pnpm and dependencies uses: pnpm/action-setup@v4 with: |