From a6398b12fad5882ea16293175c0a241def2d4b89 Mon Sep 17 00:00:00 2001 From: Echo J Date: Tue, 16 Sep 2025 08:02:32 +0300 Subject: [PATCH] Saturn: Remove the problematic dependency fetch --- .github/workflows/build_saturn.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build_saturn.yml b/.github/workflows/build_saturn.yml index 3e8edaf7a..6f6770477 100644 --- a/.github/workflows/build_saturn.yml +++ b/.github/workflows/build_saturn.yml @@ -19,11 +19,6 @@ jobs: image: ijacquez/yaul:latest steps: - uses: actions/checkout@v4 - - name: Install prerequisites - run: | - apt-get update - apt-get -y install curl - - name: Compile Saturn build id: compile run: |