aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 103c19e..5bd0a2a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
- clang: [["11.0", "clang_11_0"]]
+ clang: [["13.0", "clang_13_0"]]
rust: ["1.40.0"]
steps:
- name: Checkout Repository
@@ -39,9 +39,6 @@ jobs:
args: --verbose --features ${{ matrix.clang[1] }} -- --nocapture
- name: Cargo Test (Runtime)
uses: actions-rs/cargo@v1
- env:
- # Needed to not find MinGW when loading at runtime
- LIBCLANG_PATH: ${{ runner.temp }}/llvm-${{ matrix.clang[0] }}/lib
with:
command: test
args: --verbose --features "${{ matrix.clang[1] }} runtime" -- --nocapture