diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-11-21 23:24:06 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-12-02 23:24:06 +0100 |
commit | 8b81b170d3b5406e3203e5bd23026d828fd1fa36 (patch) | |
tree | 92cb066f7b5640a42022a0f5ea446bfb8f973afb /.github/workflows/build-openwrt.yml | |
parent | 2c95b31210ebcc12556d1a30b6df2938fbec879c (diff) |
Updated Github/Gitlab CI
* instrument Clang's thread sanitizer for tests
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows/build-openwrt.yml')
-rw-r--r-- | .github/workflows/build-openwrt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index c60b3d7b8..baeaf24ed 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -51,7 +51,7 @@ jobs: target: x86-64 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 |