diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59d1490..cf71daf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/game/bundle/scripts/mkEnv.bash b/game/bundle/scripts/mkEnv.bash index 569f624..827de8e 100644 --- a/game/bundle/scripts/mkEnv.bash +++ b/game/bundle/scripts/mkEnv.bash @@ -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')