We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13054df commit 9e6aa82Copy full SHA for 9e6aa82
.github/workflows/publish.yml
@@ -37,9 +37,9 @@ jobs:
37
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key
38
- name: Install LLVM
39
run: sudo apt-get install llvm-19 llvm-19-dev llvm-19-runtime clang-19 clang-tools-19 lld-19 libpolly-19-dev libmlir-19-dev mlir-19-tools
40
- - name: publish starknet-native-compile
41
- run: cargo publish --token ${CRATES_TOKEN} --all-features -p starknet-native-compile
42
- name: publish sierra emu
43
run: cargo publish --token ${CRATES_TOKEN} --all-features -p sierra-emu
44
- name: publish cairo native
45
run: cargo publish --token ${CRATES_TOKEN} --all-features -p cairo-native
+ - name: publish starknet-native-compile
+ run: cargo publish --token ${CRATES_TOKEN} --all-features -p starknet-native-compile
0 commit comments