Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
xansec committed Aug 21, 2024
1 parent 8c6f085 commit 85c79c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
run: |
$installPath = "C:\Program Files\Mayhem"
[System.Environment]::SetEnvironmentVariable("PATH", $env:PATH + ";$installPath", [System.EnvironmentVariableTarget]::Process)
bazel build --define=MAYHEM_URL=${{ env.MAYHEM_URL }} //mayhem:mayhem_fuzz_calculator
bazel run --define=MAYHEM_URL=${{ env.MAYHEM_URL }} //fuzz:fuzz_calculator
# bazel build --define=MAYHEM_URL=${{ env.MAYHEM_URL }} //mayhem:mayhem_fuzz_calculator
env:
MAYHEM_URL: ${{ env.MAYHEM_URL }}


0 comments on commit 85c79c2

Please sign in to comment.