Skip to content

Commit

Permalink
ci(workflows): add coreutils installation for brew and choco
Browse files Browse the repository at this point in the history
Added coreutils installation for brew and choco in the CI workflows to ensure compatibility with GNU core utilities. This change improves the setup process for the CI environment.
  • Loading branch information
liblaf committed Feb 4, 2024
1 parent 142871d commit ea83810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- name: Install Tools
uses: liblaf/template/.github/actions/install@main
with:
brew: coreutils
choco: gnuwin32-coreutils.install
other: poetry task
- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- name: Install Tools
uses: liblaf/template/.github/actions/install@main
with:
brew: coreutils
choco: gnuwin32-coreutils.install
other: poetry task
- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit ea83810

Please sign in to comment.