Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,13 +394,7 @@ jobs:
choco install ninja
ninja.exe --version

# Install GPERF for Windows
- name: Install gperf
run: |
choco install gperf
gperf --version

# MSYS2 provides gcc x64_86 toolchain & openssl
# MSYS2 provides gcc x86_64 toolchain, openssl & gperf
# Installs in D:/a/_temp/msys64
#
# Note there is already C:/msys64/ provided by
Expand All @@ -410,7 +404,7 @@ jobs:
uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2
with:
msystem: MSYS
install: gcc openssl-devel
install: gcc openssl-devel gperf
path-type: inherit

- name: Build
Expand Down
Loading