|
@@ -12,7 +12,7 @@ jobs:
|
|
|
steps:
|
|
steps:
|
|
|
- uses: ashutoshvarma/action-cmake-build@master
|
|
- uses: ashutoshvarma/action-cmake-build@master
|
|
|
with:
|
|
with:
|
|
|
- default: ${{ github.workspace }}
|
|
|
|
|
|
|
+ default: ${{ github.workspace }}
|
|
|
build-dir: ${{ runner.workspace }}/build
|
|
build-dir: ${{ runner.workspace }}/build
|
|
|
# will set the CC & CXX for cmake
|
|
# will set the CC & CXX for cmake
|
|
|
cc: gcc
|
|
cc: gcc
|