diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index b5a017d1..a9558a7f 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -29,7 +29,7 @@ jobs: # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type run: | cmake --version - cd ${{github.workspace}}/tflite_example + cd ${{github.workspace}}/whisper_native git clone https://github.com/tensorflow/tensorflow.git tensorflow_src cp minimal.cc tensorflow_src/tensorflow/lite/examples/minimal/ cp *.h tensorflow_src/tensorflow/lite/examples/minimal/ @@ -39,7 +39,7 @@ jobs: cmake --build . -j 8 - name: Test - working-directory: ${{github.workspace}}/tflite_example/minimal_build + working-directory: ${{github.workspace}}/whisper_native/minimal_build # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: |