Skip to content

Commit 9e6aa82

Browse files
Compile starknet-native-compile last
1 parent 13054df commit 9e6aa82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key
3838
- name: Install LLVM
3939
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
4240
- name: publish sierra emu
4341
run: cargo publish --token ${CRATES_TOKEN} --all-features -p sierra-emu
4442
- name: publish cairo native
4543
run: cargo publish --token ${CRATES_TOKEN} --all-features -p cairo-native
44+
- name: publish starknet-native-compile
45+
run: cargo publish --token ${CRATES_TOKEN} --all-features -p starknet-native-compile

0 commit comments

Comments
 (0)