Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 18, 2024
1 parent 0e941ef commit 952144c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-cbindgen-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
rust-project-path: '.'
config-file: cbindgen_cpp.toml
output-header-file: bindings_cpp.hpp
upload-artifact: false
- name: Assert Generated Header File
shell: bash
run: |
Expand All @@ -53,6 +54,7 @@ jobs:
with:
config-file: cbindgen_c.toml
output-header-file: bindings_c.h
upload-artifact: false
- name: Assert Generated C Header File
shell: bash
run: |
Expand All @@ -74,7 +76,7 @@ jobs:
with:
config-file: cbindgen_c.toml
output-header-file: bindings_c.h
upload-artifact: 'true'
upload-artifact: true
github-token: ${{ secrets.GITHUB_TOKEN }}
commit-updated-bindings: 'false'
- name: Download Artifact
Expand Down

0 comments on commit 952144c

Please sign in to comment.