Skip to content

Commit

Permalink
ensure coreutils are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Mar 5, 2023
1 parent 4cdabf3 commit 4faa9f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-k2genmity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Ensure coreutils are installed
id: coreutils
run: brew install coreutils

- name: Run Main Node Script to Patch Rosiecord (With k2genmity as a argv)
id: node_sh
run: node ./index.js k2genmity
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Ensure coreutils are installed
id: coreutils
run: brew install coreutils

- name: Run Main Node Script to Patch Rosiecord
id: node_sh
run: node ./index.js
Expand Down

0 comments on commit 4faa9f9

Please sign in to comment.