Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Dec 28, 2023
1 parent 5f89240 commit dee9b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: startsWith(matrix.platform, 'windows-')
run: go build -o zeekrunner.exe zeekrunner.go

- nane: Build libmaxminddb (Windows)
- name: Build libmaxminddb (Windows)
if: startsWith(matrix.platform, 'windows-')
run:
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: SimenB/github-actions-cpu-cores@v1
id: cpu-cores

- name: Build Zeek (non-Windows)
- name: Build Zeek (Linux/macOS)
if: "!startsWith(matrix.platform, 'windows-')"
run: |
cd zeek
Expand Down

0 comments on commit dee9b3a

Please sign in to comment.