This commit is contained in:
parent
1d734ce75b
commit
9f19a8946a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-user-config.yml
vendored
4
.github/workflows/build-user-config.yml
vendored
|
@ -58,8 +58,8 @@ jobs:
|
|||
matrix: ${{ fromJson(needs.matrix.outputs.build_matrix) }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
|
||||
run: printf "/home/runner/externals/node20/bin\n" >> $GITHUB_PATH
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Create build directory
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue