From 22b32c2d3ced2bbd7b084313159451921584449e Mon Sep 17 00:00:00 2001 From: zdm65477730 <68624650+zdm65477730@users.noreply.github.com> Date: Fri, 21 Nov 2025 23:28:29 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c34888..96f046b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,13 +12,6 @@ jobs: if: contains(github.event.comment.body, '/release-action') steps: - - name: Update packages - run: | - sudo -n apt-get update - sudo -n apt-get upgrade -y git build-essential - sudo -n apt-get install -y zip python3 python3-pip python3-lz4 - sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1 - shell: bash - name: Update latest libnx run: | git config --global --add safe.directory "*" @@ -27,7 +20,7 @@ jobs: make install -j$(nproc) shell: bash - name: Checkout latest code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v5 with: ref: master clean: true @@ -56,4 +49,4 @@ jobs: generate_release_notes: yes make_latest: true files: | - output/CommonProblemResolver.bin \ No newline at end of file + output/CommonProblemResolver.bin