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 783d9e9Copy full SHA for 783d9e9
.github/workflows/rust.yml
@@ -63,13 +63,14 @@ jobs:
63
with:
64
submodules: true
65
- run: cargo nbuild library
66
+ - run: ls -l ./target/release
67
- uses: actions/upload-artifact@v4
68
if: ${{success()}}
69
- name: x86_64-pc-windows-msvc-library
70
+ name: aarch64-apple-darwin-library
71
if-no-files-found: error
72
path: |
- ./target/release/neotron_os.so
73
+ ./target/release/libneotron_os.so
74
run-tests:
75
runs-on: ubuntu-latest
76
steps:
0 commit comments