Updated Workflow
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -13,14 +13,6 @@ jobs:
|
|||||||
if: github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '/release-action')
|
if: github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '/release-action')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install libnx (pinned for toolchain compatibility)
|
|
||||||
run: |
|
|
||||||
git config --global --add safe.directory "*"
|
|
||||||
# Pin to a release tag; main branch requires newer newlib (RMutex.thread_tag) than container has
|
|
||||||
git clone --depth 1 --branch v4.6.0 --recurse-submodules https://github.com/switchbrew/libnx.git
|
|
||||||
cd libnx
|
|
||||||
make install -j$(nproc)
|
|
||||||
shell: bash
|
|
||||||
- name: Checkout latest code
|
- name: Checkout latest code
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user