Skip to content

Commit b45b297

Browse files
Attempts to fix CI
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8d64290 commit b45b297

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919

2020
- name: Check formatting
2121
working-directory: ext/amq_protocol_native
22-
run: cargo fmt -- --check
22+
run: cargo +stable fmt -- --check
2323

2424
- name: Clippy
2525
working-directory: ext/amq_protocol_native
26-
run: cargo clippy -- -D warnings
26+
run: cargo +stable clippy -- -D warnings
2727

2828
test:
2929
runs-on: ${{ matrix.os }}
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set Windows bindgen flags
4646
if: runner.os == 'Windows'
4747
run: |
48-
$extra = "-D__AMXAVX512INTRIN_H -D__AVX10_2CONVERTINTRIN_H -D__AVX10_2_512CONVERTINTRIN_H -D__AVX512FP16INTRIN_H -D__AVX512VLFP16INTRIN_H"
48+
$extra = "-D__AMXAVX512INTRIN_H -D__AVX10_2CONVERTINTRIN_H -D__AVX10_2_512CONVERTINTRIN_H -D__AVX10_2_512NIINTRIN_H -D__AVX512FP16INTRIN_H -D__AVX512VLFP16INTRIN_H"
4949
if ($env:BINDGEN_EXTRA_CLANG_ARGS) {
5050
echo "BINDGEN_EXTRA_CLANG_ARGS=$env:BINDGEN_EXTRA_CLANG_ARGS $extra" >> $env:GITHUB_ENV
5151
} else {

0 commit comments

Comments
 (0)