mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Add chrono-date to the Utils workflow
Needed for new DwarFS versions.
This commit is contained in:
parent
f669dbfb29
commit
21870175de
1 changed files with 2 additions and 1 deletions
3
.github/workflows/utils.yml
vendored
3
.github/workflows/utils.yml
vendored
|
@ -24,7 +24,8 @@ jobs:
|
|||
xz zlib findutils openssl jemalloc xxhash boost lz4 xz \
|
||||
zstd libarchive libunwind google-glog gtest fmt gflags \
|
||||
double-conversion cmake ruby-ronn libevent libdwarf git \
|
||||
clang libsodium liburing libaio musl kernel-headers-musl utf8cpp
|
||||
clang libsodium liburing libaio musl kernel-headers-musl utf8cpp \
|
||||
chrono-date
|
||||
build_dwarfs=false ./create-utils.sh
|
||||
tar xf utils.tar.gz
|
||||
mv utils utils-bak
|
||||
|
|
Loading…
Reference in a new issue