From 5b5085e417c37cbe5ad427a8dca5a2f1cba3cf85 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 30 Jun 2021 10:11:04 +0100 Subject: [PATCH] Fix tarball testing in github actions after .github/ removal --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66936946..11fee139 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: tar xvf /tmp/znc-tarball.tar.gz cd znc-git-2015-01-16 export CFGFLAGS="--with-gtest=$GITHUB_WORKSPACE/third_party/googletest/googletest --with-gmock=$GITHUB_WORKSPACE/third_party/googletest/googlemock --disable-swig" - source .github/build.sh + source $GITHUB_WORKSPACE/.github/build.sh - uses: codecov/codecov-action@v1 # can be removed when asan below is fixed