From b16cdb5c858c292f39d5c6943e3ac757f549f2a0 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 25 Jun 2023 23:29:14 -0400 Subject: [PATCH] Fix deb install command again --- .github/workflows/ci-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 133fdaca01..e1ec6e29af 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -918,11 +918,11 @@ jobs: gpg --verify tgstation-server_${{ env.TGS_VERSION }}-1_amd64.changes gpg --verify tgstation-server_${{ env.TGS_VERSION }}-1_amd64.buildinfo - - name: Test Install and Uninstall + - name: Test Install and Uninstall # Has to use `apt` on install because apt-get doesn't do the dependencies run: | sudo dpkg --add-architecture i386 sudo apt-get update - sudo apt-get install -y ./tgstation-server_${{ env.TGS_VERSION }}-1_amd64.deb + sudo apt install -y ./tgstation-server_${{ env.TGS_VERSION }}-1_amd64.deb systemctl status tgstation-server sudo ls -al /etc/tgstation-server sudo cat /etc/tgstation-server/appsettings.Production.yml