Skip to content

Commit 4e25a3d

Browse files
committed
Helps if I commit the workflow changes
1 parent 8f30049 commit 4e25a3d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/native.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,13 @@ jobs:
6868
name: ${{ matrix.flat.target }} / ${{ matrix.flat.runtime }}
6969
steps:
7070
- uses: actions/checkout@v3
71-
- run: |
71+
- name: Prerequisites
72+
run: |
7273
echo "https://github.com/actions/upload-artifact/issues/174" > .workaround-${{ matrix.flat.target }}-${{ matrix.flat.runtime }}.txt
73-
${{ format('.{0}{1}', startsWith(matrix.flat.runtime, 'win') && '\' || '/', matrix.flat.exec) }}
74+
${{ format('.{0}{1}', startsWith(matrix.flat.runtime, 'win') && '\' || '/', matrix.flat.exec) }} --install-deps
75+
working-directory: ${{ matrix.flat.dir }}
76+
- name: Build
77+
run: ${{ format('.{0}{1}', startsWith(matrix.flat.runtime, 'win') && '\' || '/', matrix.flat.exec) }}
7478
working-directory: ${{ matrix.flat.dir }}
7579
- uses: actions/upload-artifact@v4
7680
with:

0 commit comments

Comments
 (0)