Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannaP committed Feb 20, 2022
1 parent 80da90a commit 4281f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: make test
- name: Build runtime for Snitch Banshee
working-directory: sw/snRuntime
run: mkdir build-snitch && cd build-snitc && cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-${{ matrix.toolchain
run: mkdir build-snitch && cd build-snitch && cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-${{ matrix.toolchain
}} -DBUILD_TESTS=ON ${{ matrix.cmake_args }} -DSNITCH_RUNTIME=snRuntime-banshee .. && make
- name: Test snRuntime for Snitch Banshee
working-directory: sw/snRuntime/build-snitch
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
run: make test
- name: Build runtime for Snitch Banshee
working-directory: sw/snRuntime
run: mkdir build-snitch && cd build-snitc && cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-${{ matrix.toolchain
run: mkdir build-snitch && cd build-snitch && cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-${{ matrix.toolchain
}} -DBUILD_TESTS=ON -DSNITCH_RUNTIME=snRuntime-banshee .. && make
- name: Test snRuntime for Snitch Banshee
working-directory: sw/snRuntime/build-snitch
Expand Down

0 comments on commit 4281f68

Please sign in to comment.