Skip to content

Commit

Permalink
Set timezone to Europe/Moscow in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
polybluez committed Jan 16, 2025
1 parent f23d629 commit 5db93d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
fail-on: primary-key.miss
- name: Update Doom2D related inputs and populate environment variables
run: |
sudo timedatectl set-timezone Europe/Moscow
bash ./game/bundle/scripts/mkEnv.bash
- name: Build debug APK
env:
Expand Down
4 changes: 0 additions & 4 deletions game/bundle/scripts/mkEnv.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ export TZ=$TZ
export LC_ALL=ru_RU.UTF-8
export LC_MESSAGES=en_US.UTF-8

if [[ ${GITHUB_ACTIONS:-} ]]; then
sudo timedatectl set-timezone Europe/Moscow
fi

nix flake update Doom2D-Forever d2df-editor DF-res

NIXPKGS_REV=$(nix flake metadata . --json 2>/dev/null | jq --raw-output '.locks.nodes."nixpkgs".locked.rev')
Expand Down

0 comments on commit 5db93d4

Please sign in to comment.