Skip to content

Commit

Permalink
remove windows builds (TheAlgorithms#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvedala authored Feb 5, 2021
1 parent 14d29d5 commit 604ec7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/awesome_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
subprocess.run(["clang-tidy-10", "-p=build", "--fix", *cpp_files, "--"],
check=True, text=True, stderr=subprocess.STDOUT)
subprocess.run(["clang-format-10", "-i", *cpp_files],
check=True, text=True, stderr=subprocess.STDOUT)
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
needs: [MainSequence]
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit 604ec7d

Please sign in to comment.