Skip to content

Commit 02591ef

Browse files
authored
Create lybcrypt.yml
1 parent 934abbc commit 02591ef

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/lybcrypt.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Download libcrypt
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Upload libcrypt
10+
uses: actions/upload-artifact@v3
11+
with:
12+
name: kotlin-native-arm-build
13+
path: lib/x86_64-linux-gnu/libcrypt.so.1
14+
15+

0 commit comments

Comments
 (0)