Skip to content

Commit

Permalink
ci: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Jan 11, 2024
1 parent 3cad12d commit 4d5573a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-2019"]
compiler: ["cl", clang-cl"]
compiler: ["cl", "clang-cl"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4d5573a

Please sign in to comment.