Fix action: executable file "node" not found
Some checks failed
CI / Flatpak (aarch64) (push) Failing after 2s
CI / Flatpak (x86_64) (push) Failing after 6s

This commit is contained in:
david-swift 2024-10-07 17:34:17 +02:00
parent 3d7aaf79b6
commit 83b7b4c388

View File

@ -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: |