Skip to content

Commit

Permalink
Merge pull request #62 from blocklessnetwork/feature/script_network
Browse files Browse the repository at this point in the history
add tap support
  • Loading branch information
Joinhack authored May 18, 2024
2 parents 6c010ee + bd19507 commit 4ba9d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wasi-v86-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
use-cross: ${{ matrix.cross }}
command: build
args: --release --target ${{ matrix.target }}
args: --release --features=tap --target ${{ matrix.target }}
- name: Remove File
uses: JesseTG/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasi-v86-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
use-cross: false
command: build
args: --release --target ${{ matrix.target }}
args: --release --features=tap --target ${{ matrix.target }}
- name: Remove File
uses: JesseTG/[email protected]
with:
Expand Down

0 comments on commit 4ba9d7d

Please sign in to comment.