Skip to content

Commit 4817cb8

Browse files
committed
oops
1 parent a2a3ba1 commit 4817cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
override: true
2121
profile: minimal
2222
- name: Potentially pin serde dep for MSRV check
23-
if: ${{ matrix.rust == 1.36.0 }}
23+
if: matrix.rust == '1.36.0'
2424
run: cargo update -p serde --precise 1.0.156
2525
- uses: actions-rs/cargo@v1
2626
with:

0 commit comments

Comments
 (0)