Skip to content

Commit

Permalink
Fix emscripten bindings update
Browse files Browse the repository at this point in the history
  • Loading branch information
ASVIEST committed Jul 21, 2023
1 parent cbf3e7f commit dc06d0f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,25 @@ jobs:
add: 'src/nimgpu/*'
message: 'Automatic dawn bindings update'
push: true
emscripten:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'recursive'

- name: Setup Nim environment
uses: jiro4989/[email protected]
with:
nim-version: 'devel'

- name: Generate bindings
run: nimble generate_emscripten -y

- name: Update repository bindings
uses: EndBug/[email protected]
with:
add: 'src/nimgpu/*'
message: 'Automatic dawn bindings update'
push: true

0 comments on commit dc06d0f

Please sign in to comment.