mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-07-26 23:32:22 +00:00
Fix node warnings
This commit is contained in:
parent
c92cf202bd
commit
9e0f78c328
1 changed files with 1 additions and 2 deletions
3
.github/workflows/copilot-setup-steps.yml
vendored
3
.github/workflows/copilot-setup-steps.yml
vendored
|
|
@ -47,7 +47,6 @@ jobs:
|
||||||
make \
|
make \
|
||||||
unzip \
|
unzip \
|
||||||
dpkg-dev \
|
dpkg-dev \
|
||||||
ldid \
|
|
||||||
curl
|
curl
|
||||||
|
|
||||||
if [ ! -d "${{ env.THEOS }}" ]; then
|
if [ ! -d "${{ env.THEOS }}" ]; then
|
||||||
|
|
@ -122,7 +121,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue