Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Chase committed Oct 20, 2024
1 parent 9d15a51 commit f7b16e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/papyrus_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
- 'crates/papyrus**/**'
- 'crates/sequencing/**'
- 'crates/starknet_client/**'
- 'scripts/dependencies.sh'
- 'scripts/install_build_tools.sh'


pull_request:
types:
Expand All @@ -30,7 +31,7 @@ on:
- 'crates/papyrus**/**'
- 'crates/sequencing/**'
- 'crates/starknet_client/**'
- 'scripts/dependencies.sh'
- 'scripts/install_build_tools.sh'

merge_group:
types: [checks_requested]
Expand Down
1 change: 0 additions & 1 deletion scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function setup_llvm_deps() {
libpolly-18-dev \
libzstd-dev \
mlir-18-tools \
clang \
lld
'
;;
Expand Down

0 comments on commit f7b16e4

Please sign in to comment.