Skip to content

Commit

Permalink
Fix CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
vHanda committed May 1, 2022
1 parent 1cc1bbf commit aca6e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Test
runs-on: ubuntu-22.04
env:
CGO_ENABLED=0
CGO_ENABLED: 0
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand All @@ -24,7 +24,7 @@ jobs:
name: Lint
runs-on: ubuntu-22.04
env:
CGO_ENABLED=0
CGO_ENABLED: 0
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit aca6e35

Please sign in to comment.