Skip to content

Commit 784f7ff

Browse files
committed
Revert change that leads CI to build twice
1 parent ae5ba65 commit 784f7ff

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/native.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,10 @@ jobs:
6868
name: ${{ matrix.flat.target }} / ${{ matrix.flat.runtime }}
6969
steps:
7070
- uses: actions/checkout@v3
71-
- name: Prerequisites
71+
- name: Build
7272
run: |
7373
echo "https://github.com/actions/upload-artifact/issues/174" > .workaround-${{ matrix.flat.target }}-${{ matrix.flat.runtime }}.txt
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) }}
74+
${{ format('.{0}{1}', startsWith(matrix.flat.runtime, 'win') && '\' || '/', matrix.flat.exec) }}
7875
working-directory: ${{ matrix.flat.dir }}
7976
- uses: actions/upload-artifact@v4
8077
with:

0 commit comments

Comments
 (0)