Skip to content

Commit

Permalink
Remove cl compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolfost committed Aug 23, 2024
1 parent 15536ff commit 7c53b54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
c_compiler: [gcc, clang]
include:
- os: ubuntu-latest
c_compiler: gcc
Expand All @@ -25,6 +25,7 @@ jobs:
c_compiler: clang
cpp_compiler: clang++


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

0 comments on commit 7c53b54

Please sign in to comment.