Skip to content

Commit

Permalink
.github/zephyr: try to re-use already installed msys64
Browse files Browse the repository at this point in the history
This should save 20-30s and reduce the number of variables

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Oct 20, 2023
1 parent 868711c commit f00645b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,14 +333,12 @@ jobs:
ninja.exe --version
# MSYS2 provides gcc x64_86 toolchain & openssl
# Installs in D:/a/_temp/msys64
#
# Note there is already C:/msys64/ provided by
# https://github.com/actions/runner-images/blob/win22/20230918.1/images/win/Windows2022-Readme.md
# Is it not good enough? Maybe it could save 20-30s.
- name: Initialize MSYS2
uses: msys2/setup-msys2@v2
with:
# Try to re-use c:/msys64 which is already there
# https://github.com/actions/runner-images/blob/win22/20230918.1/images/win/Windows2022-Readme.md
release: false
msystem: MSYS
install: gcc openssl-devel
path-type: inherit
Expand Down

0 comments on commit f00645b

Please sign in to comment.