Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate bindings from a directory #80

Merged
merged 9 commits into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
syrusakbary marked this conversation as resolved.
Show resolved Hide resolved
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -63,6 +67,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -87,6 +95,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Give GitHub Actions access to wasmerio/pirita
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PIRITA_REPO_DEPLOY_KEY }}
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
Loading