Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
trying windows
  • Loading branch information
ahmed-irfan authored Oct 6, 2023
1 parent 65d920e commit 5da035d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,16 @@ runs:
sudo apt-get install -y lcov
sudo gem install coveralls-lcov
echo "Install Linux dependencies [DONE]"
- name: Install Cygwin Dependencies
if: runner.os == 'Windows'
# You may pin to the exact commit or the version.
# uses: cygwin/cygwin-install-action@006ad0b0946ca6d0a3ea2d4437677fa767392401
uses: cygwin/cygwin-install-action@v4
with:
# Packages to install
packages: |
coreutils,
gmp,
gperf,
python3,
python3-pip

0 comments on commit 5da035d

Please sign in to comment.