mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-04 21:54:45 +01:00
fixed CI 2
This commit is contained in:
parent
7577253dbf
commit
c2769e1a72
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
run: cmake --build . --config $BUILD_TYPE
|
run: cmake --build . --config $BUILD_TYPE
|
||||||
|
|
||||||
- name: Create debian package
|
- name: Create debian package
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: $GITHUB_WORKSPACE
|
||||||
shell: bash
|
shell: bash
|
||||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||||
run: sh make_debian_package.sh ${{runner.workspace}}/build
|
run: sh make_debian_package.sh ${{runner.workspace}}/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user