Skip to content

Commit

Permalink
ci: try installing bindgen-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman committed Oct 28, 2024
1 parent a6c18bb commit 7f17f38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ jobs:
# Install Visual Studio Developer PowerShell Module for cmdlets such as Enter-VsDevShell
Install-Module VsDevShell -Force
- name: Install dependencies
if: matrix.os == 'ios'
run: cargo install --force --locked bindgen-cli

- name: Setup build environment
shell: pwsh
run: |
Expand Down

0 comments on commit 7f17f38

Please sign in to comment.