Skip to content

Commit dee7998

Browse files
committed
Fix CI.
1 parent 620f277 commit dee7998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nokia-ngage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build open8
5454
run: |
5555
cmake -DCMAKE_PREFIX_PATH=${env.NGAGESDK}/sdk/extras/lib/cmake -G "Ninja" -S ${{ env.NGAGESDK }}/projects/open8 -DCMAKE_TOOLCHAIN_FILE=${{ env.NGAGESDK }}/cmake/ngage-toolchain.cmake
56-
cmake --build ${{ env.NGAGESDK }}/projects/open8/out/build/N-Gage
56+
cmake --build
5757
shell: pwsh
5858

5959
#- name: Archive open8.sis

0 commit comments

Comments
 (0)