File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 3232 gh-token : ${{ secrets.GITHUB_TOKEN }}
3333 artifact-generation : ${{ vars.ARTIFACT_GENERATION }}
3434
35+ # We're just using the make action to download the previously produced artifact,
36+ # so the make rule doesn't matter, just the key.
37+ - name : download ts native aarch64 apple darwin artifacts
38+ uses : ./.github/actions/make
39+ with :
40+ key : ts-native-darwin-arm64
41+ make-rule : ts-native
42+ target-path : crypto-ffi/bindings/js/out/native/darwin-arm64.node
43+
44+ gh-token : ${{ secrets.GITHUB_TOKEN }}
45+ artifact-generation : ${{ vars.ARTIFACT_GENERATION }}
46+
47+ - name : list files
48+ run : ls crypto-ffi/bindings/js/out/native
49+
3550 - name : lint
3651 run : make ts-check
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ jobs:
219219 needs :
220220 - bindings-ts-browser
221221 - bindings-ts-native-linux
222+ - bindings-ts-native-darwin
222223 uses : ./.github/workflows/check-ts.yml
223224
224225 docs-ts :
You can’t perform that action at this time.
0 commit comments