Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Mar 13, 2024
1 parent 39bdf99 commit 17f371b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
- name: Apply patches
run: |
for patch in tools/example-showcase/*.patch; do
git apply --ignore-whitespace t$patch
git apply --ignore-whitespace $patch
done
- name: Build with patches
run: cargo build

0 comments on commit 17f371b

Please sign in to comment.