mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Merge pull request #8108 from def-/pr-clang-sanitizer-ubuntu
Try older Ubuntu version for clang sanitizer
This commit is contained in:
commit
67cbac8b7c
2
.github/workflows/clang-sanitizer.yml
vendored
2
.github/workflows/clang-sanitizer.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
check-clang-san:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
CARGO_HTTP_MULTIPLEXING: false
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue