Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added cygwin tests to Github Actions #3431

Merged
merged 1 commit into from
Jan 20, 2023
Merged

added cygwin tests to Github Actions #3431

merged 1 commit into from
Jan 20, 2023

Conversation

Cyan4973
Copy link
Contributor

@Cyan4973 Cyan4973 commented Jan 18, 2023

steps:
- run: git config --global core.autocrlf input
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3
- uses: cygwin/cygwin-install-action@master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't be using @master here, we should use the commit of the latest tag https://github.com/cygwin/cygwin-install-action/releases/tag/v3

Suggested change
- uses: cygwin/cygwin-install-action@master
- uses: cygwin/cygwin-install-action@f5e0f048310c425e84bc789f493a828c6dc80a25 # tag=v3

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@Cyan4973 Cyan4973 force-pushed the cygwin branch 11 times, most recently from 1ade1e1 to 1f5fa7c Compare January 20, 2023 01:22
@Cyan4973 Cyan4973 merged commit bb9b9bc into dev Jan 20, 2023
@Cyan4973 Cyan4973 deleted the cygwin branch January 26, 2023 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants