Fix action: executable file "node" not found
This commit is contained in:
parent
3d7aaf79b6
commit
83b7b4c388
|
@ -16,6 +16,8 @@ jobs:
|
|||
arch: [x86_64, aarch64]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Fix - executable file "node" not found in $PATH
|
||||
run: echo /home/runner/externals/node20/bin >> $PATH
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Swift dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue