mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-28 08:19:40 +00:00
[PR #796] [MERGED] [CI - bugfix] remove windows builds #1313
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/796
Author: @kvedala
Created: 2/5/2021
Status: ✅ Merged
Merged: 2/5/2021
Merged by: @kvedala
Base:
master← Head:fix-ci📝 Commits (1)
b27b86eremove windows builds📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
.github/workflows/awesome_workflow.yml(+2 -2)📄 Description
Description of Change
CI checks are repeatedly failing due to non-standard C code in the windows SDK.
This will remove CI build checks on windows OS and thus eliminate the issues.
References
Closes #794
Closes
Checklist
[ ] Added file name matches File name guidelines[ ] Added tests and example, test must pass[ ] Relevant documentation/comments is changed or addedNotes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.