Skip to content

Commit

Permalink
Fix indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sciome-bot committed Nov 14, 2024
1 parent 04104d5 commit 882303e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/win-builder-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler:
# - llvm-16.0.6
# - llvm-17.0.6
- llvm-18.1.8
# - llvm-19.1.0
# - llvm-20.0.0
R: ['release', 'devel']
compiler:
# - llvm-16.0.6
# - llvm-17.0.6
- llvm-18.1.8
# - llvm-19.1.0
# - llvm-20.0.0
R: ['release', 'devel']
env:
CC: clang
CXX: clang++
Expand Down

0 comments on commit 882303e

Please sign in to comment.