Skip to content

Commit

Permalink
Update build-and-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Nov 21, 2023
1 parent 6a01439 commit 36dccbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
features: [ all, no, default ]
include:
- os: windows-latest
compiler: cl.exe
compiler: g++
- os: macos-latest
compiler: clang++
- os: ubuntu-latest
compiler: g++
compiler: clang++
- features: all
features_arg: --all-features
- features: no
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Update clang (Ubuntu)
if: matrix.os == 'ubuntu-latest'
shell: bash
run: sudo apt install clang-15 -y
run: sudo apt install libclang-dev -y
- name: Build project
run: cargo build ${{ matrix.features_arg }}
env:
Expand Down

0 comments on commit 36dccbc

Please sign in to comment.