Jelajahi Sumber

CI: Fix typo for script.

parazyd 4 tahun lalu
induk
melakukan
7656ab6e73
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/ci.yml

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

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