Sam Clements 3 years ago
parent
commit
2b3a812a9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -31,7 +31,7 @@ jobs:
   rust-test:
     runs-on: ${{ matrix.os }}
 
-    continue-on-error: ${{ matrix.toolchain != stable }}
+    continue-on-error: ${{ matrix.toolchain != 'stable' }}
 
     strategy:
       matrix: