diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff877e125..b66892d2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -273,7 +273,9 @@ jobs: - name: Fetch run: cargo fetch --locked - name: Build - run: cargo build --frozen --verbose --target ${{ matrix.target }} --no-default-features + run: | + cargo install bindgen-cli@0.70.1 + cargo build --frozen --verbose --target ${{ matrix.target }} --no-default-features - name: Check binary run: file target/${{ matrix.target }}/debug/librespot diff --git a/CHANGELOG.md b/CHANGELOG.md index 1edce464a..55ce56c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- [test] Bindgen 0.71 breaks test cases when crosscompiling. Using bindgen 0.70.1 still works. - [core] Fix "no native root CA certificates found" on platforms unsupported by `rustls-native-certs`. - [core] Fix all APs rejecting with "TryAnotherAP" when connecting session