Skip to content

Commit fb23916

Browse files
authored
Update libcrypt.yml
1 parent f592ce8 commit fb23916

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/libcrypt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Where is libcrypt
10-
run: whereis libcrypt.so.1
9+
- name: Copy
10+
run: sudo cp /lib/x86_64-linux-gnu/libcrypt.so.1 .
1111
- name: Upload libcrypt
1212
uses: actions/upload-artifact@v3
1313
with:
1414
name: kotlin-native-arm-build
15-
path: /usr/lib/x86_64-linux-gnu/libcrypt.so.1
15+
path: libcrypt.so.1
1616

1717

0 commit comments

Comments
 (0)