From 5a6540fbe6a0c376536fa82cbba5778362c11029 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 22 Aug 2025 15:02:22 -0400 Subject: [PATCH] Fix apt command --- .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 28c8046..80255a7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -33,7 +33,7 @@ jobs: # Install rust toolchain - name: Install Rust run: | - sudo apt-get-update + sudo apt-get update sudo apt-get install -y curl build-essential ca-certificates gcc libc6-dev pkg-config libssl-dev sudo apt-get install -y rustup rustup install stable --no-self-update --profile minimal -y