mirror of
https://github.com/unraid/api.git
synced 2026-05-02 21:22:04 -05:00
chore: ensure nexe directory exists before downloading node to it
This commit is contained in:
@@ -182,7 +182,7 @@ jobs:
|
||||
|
||||
- name: Pre-download node for nexe
|
||||
shell: bash
|
||||
run: wget -O /home/runner/.nexe/linux-x64-14.15.3 -c https://github.com/nexe/nexe/releases/download/v3.3.3/linux-x64-14.15.3 && chmod +x /home/runner/.nexe/linux-x64-14.15.3
|
||||
run: mkdir -p /home/runner/.nexe && wget -O /home/runner/.nexe/linux-x64-14.15.3 -c https://github.com/nexe/nexe/releases/download/v3.3.3/linux-x64-14.15.3 && chmod +x /home/runner/.nexe/linux-x64-14.15.3
|
||||
|
||||
- name: Install upx
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user