Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vilassn authored Oct 28, 2023
1 parent 61cecea commit 844b278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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: |
Expand Down

0 comments on commit 844b278

Please sign in to comment.