Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghioGithub authored Mar 27, 2024
1 parent 381e14a commit e5cab3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: sudo cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

#- name: Test
#working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit e5cab3d

Please sign in to comment.