Update main.yml

This commit is contained in:
zdm65477730
2025-11-21 23:28:29 +08:00
committed by GitHub
parent ec6518ccbf
commit 22b32c2d3c

View File

@@ -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