Skip to content

Commit

Permalink
Try installing dep for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Nov 17, 2023
1 parent 8bac98c commit 282fe71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
if: matrix.os == 'macOS-13'
run: brew install python-setuptools
- name: All Tests
run: make test-all

Expand Down
2 changes: 1 addition & 1 deletion nj-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mod win {
process::Command,
env::temp_dir,
io,
path::{PathBuf},
path::PathBuf,
fs::{read_dir, create_dir, DirEntry},
time::{SystemTime, UNIX_EPOCH},
};
Expand Down

0 comments on commit 282fe71

Please sign in to comment.