Skip to content

Commit 88abb3c

Browse files
committed
Fix CI on MSRV
1 parent 1c061ff commit 88abb3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
toolchain: ${{ matrix.rust }}
3838
target: ${{ matrix.target }}
3939

40+
- if: ${{ matrix.rust=='1.65.0' }}
41+
run: cargo update --precise 2.0.106 --package syn
42+
4043
- name: Install armv7 libraries
4144
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
4245
run: |

0 commit comments

Comments
 (0)