Skip to content

Commit

Permalink
Merge pull request #447 from coasys/windows-perl
Browse files Browse the repository at this point in the history
Added perl in windows
  • Loading branch information
lucksus authored Feb 12, 2024
2 parents f66b23b + 76a6097 commit 46484a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: install dependencies (windows only)
if: matrix.platform == 'windows-latest'
run: choco install protoc cmake curl cygwin gnuwin32-m4 msys2 make mingw
run: choco install strawberryperl protoc cmake curl cygwin gnuwin32-m4 msys2 make mingw

- name: get version
run: echo "PACKAGE_VERSION=$(node -p "require('./ui/package.json').version")" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: install dependencies (windows only)
if: matrix.platform == 'windows-latest'
run: choco install protoc cmake curl cygwin gnuwin32-m4 msys2 make mingw
run: choco install strawberryperl protoc cmake curl cygwin gnuwin32-m4 msys2 make mingw

- name: get version
run: echo "PACKAGE_VERSION=$(node -p "require('./ui/package.json').version")" >> $GITHUB_ENV
Expand Down

0 comments on commit 46484a0

Please sign in to comment.