Skip to content

Commit

Permalink
Install tzdata and set TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Jun 20, 2024
1 parent ed4c42d commit e067ac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
sudo apt-get update
- name: update repo information
run: sudo apt-get update
- name: install tzdata
run: DEBIAN_FRONTEND=noninteractive TZ="Europe/Berlin" apt-get -y install tzdata
- name: install devscripts
run: sudo apt-get install equivs devscripts pipx hub
- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENDIF()

set(VZLOGGER_MAJOR_VERSION 0)
set(VZLOGGER_MINOR_VERSION 8)
set(VZLOGGER_SUB_VERSION 6)
set(VZLOGGER_SUB_VERSION 7)
set(VERSION_SEP "-")
set(VZLOGGER_SHORT_VERSION "${VZLOGGER_MAJOR_VERSION}${VERSION_SEP}${VZLOGGER_MINOR_VERSION}")
set(VZLOGGER_VERSION "${VZLOGGER_SHORT_VERSION}${VERSION_SEP}${VZLOGGER_SUB_VERSION}")
Expand Down

0 comments on commit e067ac9

Please sign in to comment.