Skip to content

Commit

Permalink
added local build script to Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed Jun 17, 2024
1 parent 15690af commit ea5697c
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 @@ -17,11 +17,11 @@ jobs:

- name: Fhat-Dev Build
working-directory: ${{github.workspace}}
run: bin/fhat-dev build
run: sudo bin/fhat-dev build

- name: Fhat-Dev Test
working-directory: ${{github.workspace}}
run: bin/fhat-dev test
run: sudo bin/fhat-dev test

- name: Cmake
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit ea5697c

Please sign in to comment.