Skip to content

Commit

Permalink
Fix fuzzing.yaml (#456)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
  • Loading branch information
Alan-Jowett and Alan Jowett committed May 9, 2024
1 parent 0f32ea7 commit 7c0f8ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/fuzzing.yml
Expand Up @@ -11,12 +11,13 @@ on:
- cron: '00 21 * * *'
workflow_dispatch: # Run manually

env:
platform: ubuntu-latest
arch: x86_64

jobs:
build:
env:
platform: ubuntu-latest
arch: x86_64

runs-on: ${{ env.platform }}

steps:
Expand Down

0 comments on commit 7c0f8ba

Please sign in to comment.