Skip to content

Commit

Permalink
mac测试
Browse files Browse the repository at this point in the history
  • Loading branch information
ailieg committed Oct 17, 2024
1 parent 9d1c5c8 commit 8b1940d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
#- macos-13
#- macos-14
- windows-2022
#- ubuntu-20.04
- macos-13
- macos-14
#- windows-2022
name: Prebuild on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
# needs: test
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ Wintun.wintunUpOn((buf)=>{
## install

```bash
npm i tuntap2
npm i @xiaobaidadada/node-tuntap2
```


**Note:** 本项目使用了预构建,建议使用Node18,不需要编译而是从github下载编译好的文件,如果你电脑上的网络安装的时候无法访问github则会退化成编译。在windows上编译可能遇到的问题可以参考这个链接https://blog.csdn.net/jjocwc/article/details/134152602

**Note:** Reading properties requires your interface in `up` status.

Expand Down

0 comments on commit 8b1940d

Please sign in to comment.