From 6ee7d5f89244b551b67357fee9ff0b860de41b15 Mon Sep 17 00:00:00 2001 From: niklascfw Date: Fri, 6 Feb 2026 19:22:32 +0100 Subject: [PATCH] Updated Workflow --- .github/workflows/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ef92b6..ba8cbca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,14 +13,6 @@ jobs: if: github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '/release-action') steps: - - name: Install libnx (pinned for toolchain compatibility) - run: | - git config --global --add safe.directory "*" - # Pin to a release tag; main branch requires newer newlib (RMutex.thread_tag) than container has - git clone --depth 1 --branch v4.6.0 --recurse-submodules https://github.com/switchbrew/libnx.git - cd libnx - make install -j$(nproc) - shell: bash - name: Checkout latest code uses: actions/checkout@v5 with: