Skip to content

Commit

Permalink
ci: disable bindgen job
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Jan 20, 2024
1 parent a33dd1e commit d72289b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ jobs:
# > https://github.com/rust-lang/rust/issues/64245
# > https://github.com/rust-lang/cargo/issues/7040
bindgen:
if: false # disable this while fixing the mess above
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} w/ bindgen (R-${{ matrix.config.r }} rust-${{ matrix.config.rust-version }} ${{join(matrix.config.rust-targets, ',')}})
Expand Down

0 comments on commit d72289b

Please sign in to comment.