Skip to content

Commit

Permalink
Dependenceis
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Dec 26, 2023
1 parent 0ca59e9 commit 48efab5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
choco install -y --no-progress conan --version=1.58.0
choco install -y --no-progress winflexbison3
- name: Checkout Zeek
uses: actions/checkout@v3
with:
fetch-depth: 1
submodules: recursive

- name: Build Zeek
run: |
pwd
dir

0 comments on commit 48efab5

Please sign in to comment.