Skip to content

Commit

Permalink
Merge pull request #14 from naviqore/feature/clean-up-project-structure
Browse files Browse the repository at this point in the history
ENH: add build on ubuntu
  • Loading branch information
Brunner246 authored Aug 16, 2024
2 parents 2a2b9e7 + e308d42 commit 80e1010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
include:
- os: windows-latest
compiler: msvc
- os: ubuntu-latest
compiler: gcc
- os: ubuntu-latest
compiler: gcc
# - os: macos-latest
# compiler: clang
steps:
Expand Down

0 comments on commit 80e1010

Please sign in to comment.