Skip to content

Commit

Permalink
Fixes creation of swift bindings in GH Actions (#475)
Browse files Browse the repository at this point in the history
* Allow cross warnings in swift bindings build

* test action on branch

* Ignore cross warning in build.yml for swift bindings

* remove test branch trigger
  • Loading branch information
cameronvoell authored Feb 2, 2024
1 parent 60ee755 commit 9126afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
- name: Build target
uses: actions-rs/cargo@v1
env:
CROSS_NO_WARNINGS: "0"
with:
use-cross: true
command: build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_swift_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Build target
uses: actions-rs/cargo@v1
env:
CROSS_NO_WARNINGS: "0"
with:
use-cross: true
command: build
Expand Down

0 comments on commit 9126afd

Please sign in to comment.