Skip to content

Commit 9a5a43b

Browse files
committed
Fix CI
1 parent f2cac85 commit 9a5a43b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pr.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,9 @@ jobs:
209209

210210
# Ensure include_elf! macro does not break under cargo clippy (e.g., due to missing ELF files)
211211
- name: Check include_elf! with cargo clippy
212-
uses: actions-rs/cargo@v1
213-
with:
214-
command: clippy
215-
args: --package aggregation-script
216-
working-directory: examples
212+
run: |
213+
cd examples
214+
cargo clippy --package aggregation-script
217215
env:
218216
CARGO_INCREMENTAL: 1
219217

0 commit comments

Comments
 (0)