Skip to content

Commit 4d5974c

Browse files
committed
Fix typo
1 parent ffd540a commit 4d5974c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
uses: dtolnay/rust-toolchain@stable
3030

3131
- name: '🛠️ Set up dependency of AFL++ on Linux'
32-
if: ${{ contains(matrix.os, 'ubuntu') }}
32+
if: ${{ contains(matrix.conifg.os, 'ubuntu') }}
3333
run: |
3434
sudo apt update && sudo apt install -y llvm-16-dev clang-16 build-essential \
3535
libtool libtool-bin libglib2.0-dev python3 make cmake automake meson ninja-build bison flex &&\
3636
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 0 && \
3737
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 0
3838
3939
- name: '🛠️ Set up dependency of AFL++ on macOS'
40-
if: ${{ contains(matrix.os, 'macos') }}
40+
if: ${{ contains(matrix.conifg.os, 'macos') }}
4141
run: |
4242
brew install wget git make cmake llvm gdb coreutils
4343
@@ -57,7 +57,7 @@ jobs:
5757
path: 'AFLplusplus'
5858

5959
- name: '🛠️ macOS quirks for AFL++'
60-
if: contains(matrix.os, 'macos')
60+
if: contains(matrix.conifg.os, 'macos')
6161
run: |
6262
cd AFLplusplus && sudo afl-system-config
6363
@@ -119,7 +119,7 @@ jobs:
119119
fi
120120
121121
- name: '📦 Cargo Publish'
122-
if: ${{ startsWith(github.ref, 'refs/tags') && contains(matrix.os, 'ubuntu') }}
122+
if: ${{ startsWith(github.ref, 'refs/tags') && contains(matrix.conifg.os, 'ubuntu') }}
123123
env:
124124
TOKEN: ${{ secrets.CRATES_IO_KEY }}
125125
run: |

0 commit comments

Comments
 (0)