diff options
| author | vanhauser-thc <vh@thc.org> | 2021-12-26 00:00:49 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-12-26 00:00:49 +0100 |
| commit | 8217b5ff81f08a77c376eec1db3a386f7d8ce23f (patch) | |
| tree | 7c57dfb4e145aba51d85b7bfed8cde86b3e17f9f | |
| parent | 7b3b707ae6dfe3420ab0d885cbbe688ddcbf02ee (diff) | |
| download | afl++-8217b5ff81f08a77c376eec1db3a386f7d8ce23f.tar.gz | |
macos ci
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42698c16..e936080e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: macos: runs-on: macOS-latest env: - AFL_MAP_SIZE=4000 - AFL_SKIP_CPUFREQ=1 + AFL_MAP_SIZE: 4000 + AFL_SKIP_CPUFREQ: 1 steps: - uses: actions/checkout@v2 - name: debug |
