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