Browse Source

CI: Fix typo for script.

parazyd 4 years ago
parent
commit
7656ab6e73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

@@ -35,7 +35,7 @@ jobs:
 
       - name: Compile all bins
         run: |
-          ./scripts/compile_all_bins.sh
+          ./script/compile_all_bins.sh
 
   feature-powerset:
     name: Test crate feature powerset on ${{ matrix.os }}