Skip to content

Commit 3d212c7

Browse files
committed
[Build] CI job to update natives
1 parent e5a2a21 commit 3d212c7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,16 @@ jobs:
9898
name: ${{ matrix.freetype && matrix.libNameFt || matrix.libName }}
9999
path: ${{ matrix.expected }}
100100
if-no-files-found: error
101+
update-natives:
102+
name: Update Natives
103+
runs-on: ubuntu-20.04
104+
needs: build-natives
105+
steps:
106+
- name: Download Natives
107+
uses: actions/download-artifact@v2
108+
with:
109+
path: /tmp/artifacts
110+
111+
- name: Display Natives
112+
run: ls -al
113+
working-directory: /tmp/artifacts

0 commit comments

Comments
 (0)