Skip to content

CICD to build wireshark plugin releases for linux and mac #1

CICD to build wireshark plugin releases for linux and mac

CICD to build wireshark plugin releases for linux and mac #1

Workflow file for this run

name: windows-build
on:
push:
branches: [main]
paths: [wireshark/*, wireshark/source/*, wireshark/build-scripts/*]
workflow_dispatch:
jobs:
wireshark-windows:
name: build
runs-on: windows-2022
env:
PLATFORM: x64
WIRESHARK_BASE_DIR: C:\Development
CMAKE_PREFIX_PATH: D:\a\wireshark\Qt\6.2.3\msvc2019_64
WIRESHARK_VERSION_EXTRA: -GithubActionBuild
steps:
- name: Checkout
uses: actions/checkout@v4
- name: create cache dir
run: mkdir "C:\choco-cache"
- name: cache
uses: actions/cache@v3
with:
path: "C:\choco-cache"

Check failure on line 25 in .github/workflows/windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
key: "C:\choco-cache"
- name: Set Chocolatey cache location
run: choco config set cacheLocation "C:\choco-cache"
- name: Choco install
run: choco install -y --force asciidoctorj