From ee517d6aca75b6ea6b305d3517ff37c258d30b52 Mon Sep 17 00:00:00 2001 From: Evrard Van Espen Date: Thu, 20 Nov 2025 11:21:14 +0000 Subject: [PATCH] Update CI --- .gitea/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2963d0c..1fe285e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,8 +6,6 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - name: Install node - run: pacman -Syy --noconfirm nodejs npm - name: Check out repository code uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."