Fixed CI for debian 10 and 11 4

This commit is contained in:
Ryzerth
2021-04-26 05:23:41 +02:00
parent 1894e191d5
commit 102eea134c
4 changed files with 6 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ env:
BUILD_TYPE: Release
jobs:
build_linux:
build_ubuntu:
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
@@ -112,6 +112,7 @@ jobs:
run: docker run --name build sdrpp_build /root/do_build.sh
- name: Recover Deb Archive
working-directory: ${{runner.workspace}}
run: docker cp build:/root/SDRPlusPlus/sdrpp_debian_amd64.deb ./
- name: Save Deb Archive
@@ -133,6 +134,7 @@ jobs:
run: docker run --name build sdrpp_build /root/do_build.sh
- name: Recover Deb Archive
working-directory: ${{runner.workspace}}
run: docker cp build:/root/SDRPlusPlus/sdrpp_debian_amd64.deb ./
- name: Save Deb Archive