We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f3845 commit 32c1721Copy full SHA for 32c1721
.github/workflows/rust.yml
@@ -66,10 +66,10 @@ jobs:
66
- uses: actions/upload-artifact@v4
67
if: ${{success()}}
68
with:
69
- name: x86_64-pc-windows-msvc-library
+ name: aarch64-apple-darwin-library
70
if-no-files-found: error
71
path: |
72
- ./target/release/neotron_os.so
+ ./target/release/libneotron_os.dylib
73
run-tests:
74
runs-on: ubuntu-latest
75
steps:
0 commit comments