diff options
-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 |