From e70264c4492246f26347f8909b47211eb7cb209e Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:26:05 +0200 Subject: [PATCH] [CI] use apt-get instead of aptt --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4a7a369..2f9ef10 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -10,7 +10,7 @@ jobs: name: Build steps: - name: Install Dependencies - run: apt update; apt install -y nodejs ssh zip + run: apt-get update; apt-get install -y nodejs ssh zip - name: Setup Node uses: actions/setup-node@v3 - name: Checkout