This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/614-github-cache-build-deps
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/614-github-cache-build-deps by this push:
new 517ede03 Remove quotes from env settings.
517ede03 is described below
commit 517ede03753eb3d2443d43e6399128e489724c73
Author: PengZheng <[email protected]>
AuthorDate: Wed Aug 30 18:35:12 2023 +0800
Remove quotes from env settings.
---
.github/workflows/conan_create.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/conan_create.yml
b/.github/workflows/conan_create.yml
index 8bc48720..711a5bd6 100644
--- a/.github/workflows/conan_create.yml
+++ b/.github/workflows/conan_create.yml
@@ -13,7 +13,7 @@ env:
CONAN_HOME: "${{ github.workspace }}/release/"
CCACHE_NOHASHDIR: true
CCACHE_DIR: "${{ github.workspace }}/.ccache"
- CCACHE_SLOPPINESS: "include_file_ctime,include_file_mtime"
+ CCACHE_SLOPPINESS: include_file_ctime,include_file_mtime
jobs: