Skip to content

Commit

Permalink
ci(nuget): fix aws-lc-rs build for iOS (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Nov 25, 2024
1 parent ea60c49 commit 267ef5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ jobs:
# Install Visual Studio Developer PowerShell Module for cmdlets such as Enter-VsDevShell
Install-Module VsDevShell -Force
# No pre-generated bindings for Android as of today.
# No pre-generated bindings for Android and iOS.
# https://aws.github.io/aws-lc-rs/platform_support.html#pre-generated-bindings
- name: Install bindgen-cli for aws-lc-sys
if: ${{ matrix.os == 'android' }}
if: ${{ matrix.os == 'android' || matrix.os == 'ios' }}
run: cargo install --force --locked bindgen-cli

# For aws-lc-sys. Error returned otherwise:
Expand Down

0 comments on commit 267ef5b

Please sign in to comment.