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) }}
|
matrix: ${{ fromJson(needs.matrix.outputs.build_matrix) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
run: printf "/home/runner/externals/node20/bin\n" >> $GITHUB_PATH
|
||||||
- run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Create build directory
|
- name: Create build directory
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue