From 39457af47903f9db0f2a2c6c4ee50d237b9a5122 Mon Sep 17 00:00:00 2001 From: supphakitd <67319010028@technictrang.ac.th> Date: Thu, 20 Nov 2025 06:31:17 +0700 Subject: [PATCH] workflow: typo, try again Signed-off-by: supphakitd <67319010028@technictrang.ac.th> --- .gitea/workflows/build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index c5c3091..8ac0242 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -10,10 +10,10 @@ jobs: uses: actions/checkout@v4 - name: Install system dependencies run: | - // change mirror to kku.ac.th for faster package downloading + # change mirror to kku.ac.th for faster package downloading sed -i 's@http://archive.ubuntu.com@https://mirror.kku.ac.th@g' /etc/apt/sources.list sudo apt update && sudo apt install nodejs npm curl -y - // Install docker + # Install docker curl -fSsl https://get.docker.com | bash - name: Install project dependencies run: |