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