Update main.yml
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -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
|
||||
output/CommonProblemResolver.bin
|
||||
|
||||
Reference in New Issue
Block a user