diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2024-03-05 16:08:52 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2024-03-05 16:08:52 +0200 |
commit | 8bd25f15da3e92dc7b887a3881bd8d4af0909761 (patch) | |
tree | 9e703c69a056b4a89b946428f24bf2a3263e7fcf /.github | |
parent | 2b5f2e24527f04f4255161965ae4099192714b73 (diff) | |
download | bindfs-8bd25f15da3e92dc7b887a3881bd8d4af0909761.tar.gz |
GitHub workflow: added clang repo suffix for clang 18.
Apparently this became necessary at some point.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a406be0..94c7b92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: - cc: clang-18 cxx: clang++-18 clang_major_version: 18 - clang_repo_suffix: + clang_repo_suffix: -18 runs-on: ubuntu-22.04 fuse_package: libfuse3-dev # fuse-t |