diff options
Diffstat (limited to '.github/workflows/env.sh')
-rwxr-xr-x | .github/workflows/env.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/env.sh b/.github/workflows/env.sh index 4a2217de89..d93552fed3 100755 --- a/.github/workflows/env.sh +++ b/.github/workflows/env.sh @@ -18,7 +18,6 @@ VALGRIND_LOG=$GITHUB_WORKSPACE/build/log/valgrind-%p.log CACHE_NVIM_DEPS_DIR=$HOME/.cache/nvim-deps CACHE_MARKER=$HOME/.cache/nvim-deps/.ci_cache_marker CACHE_UNCRUSTIFY=$HOME/.cache/uncrustify -UNCRUSTIFY_VERSION=uncrustify-0.75.0 EOF DEPS_CMAKE_FLAGS= |