Skip to content

Commit 1a098ad

Browse files
committed
Fix spelling mistake it CI job
Fix spelling of dependencies.
1 parent 5705902 commit 1a098ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout Crate
1515
uses: actions/checkout@v2
16-
- name: Install hongfuzz dependancies
16+
- name: Install hongfuzz dependencies
1717
run: sudo apt update && sudo apt install build-essential binutils-dev libunwind-dev libblocksruntime-dev liblzma-dev
1818
- name: Checkout Toolchain
1919
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)