parazyd 4 лет назад
Родитель
Сommit
7656ab6e73
1 измененных файлов с 1 добавлено и 1 удалено
  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 }}