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')
|
if: contains(github.event.comment.body, '/release-action')
|
||||||
|
|
||||||
steps:
|
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
|
- name: Update latest libnx
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory "*"
|
git config --global --add safe.directory "*"
|
||||||
@@ -27,7 +20,7 @@ jobs:
|
|||||||
make install -j$(nproc)
|
make install -j$(nproc)
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Checkout latest code
|
- name: Checkout latest code
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
clean: true
|
clean: true
|
||||||
@@ -56,4 +49,4 @@ jobs:
|
|||||||
generate_release_notes: yes
|
generate_release_notes: yes
|
||||||
make_latest: true
|
make_latest: true
|
||||||
files: |
|
files: |
|
||||||
output/CommonProblemResolver.bin
|
output/CommonProblemResolver.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user