Skip to content

Commit

Permalink
ci: set a correct language in cfl workflows
Browse files Browse the repository at this point in the history
Set a correct language. However, [1] says:

> Note that c and c++ are the same to ClusterFuzzLite.

1. https://google.github.io/clusterfuzzlite/build-integration/#language
  • Loading branch information
ligurio committed Oct 2, 2023
1 parent 4168548 commit 4c94ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cflite_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
with:
language: c++
language: c
sanitizer: ${{ matrix.sanitizer }}
upload-build: true
2 changes: 1 addition & 1 deletion .github/workflows/cflite_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
with:
language: c++
language: c
sanitizer: ${{ matrix.sanitizer }}
github-token: ${{ secrets.GITHUB_TOKEN }}
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/ligurio/lua-c-api-corpus
Expand Down

0 comments on commit 4c94ee3

Please sign in to comment.