diff options
| author | Bond-009 <bond.009@outlook.com> | 2022-12-08 01:51:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-07 17:51:29 -0700 |
| commit | a2babfd0d3481d832b4289ef3416d6ba11771db8 (patch) | |
| tree | 948f07d52a5c248486fda2ebba214feaee913ef2 /deployment/build.ubuntu.amd64 | |
| parent | 2c5573b1458af72a56e9af01d2093df4edba8124 (diff) | |
Fix nightly builds (#8870)
Diffstat (limited to 'deployment/build.ubuntu.amd64')
| -rwxr-xr-x | deployment/build.ubuntu.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/build.ubuntu.amd64 b/deployment/build.ubuntu.amd64 index c36978c9e3..4254103fa8 100755 --- a/deployment/build.ubuntu.amd64 +++ b/deployment/build.ubuntu.amd64 @@ -9,9 +9,9 @@ set -o xtrace pushd ${SOURCE_DIR} if [[ ${IS_DOCKER} == YES ]]; then - # Remove build-dep for dotnet-sdk-6.0, since it's installed manually + # Remove build-dep for dotnet-sdk-7.0, since it's installed manually cp -a debian/control /tmp/control.orig - sed -i '/dotnet-sdk-6.0,/d' debian/control + sed -i '/dotnet-sdk-7.0,/d' debian/control fi # Modify changelog to unstable configuration if IS_UNSTABLE |
