Skip to content

Commit

Permalink
fix: set timezone explicitly (#4823)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Sep 1, 2023
1 parent 5c1e676 commit ec01687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -985,7 +985,7 @@ jobs:
pattern: '^linux.*'
value: << parameters.executor >>
steps:
- run: apt update && apt install -y sudo curl python3 python3-pip python3-requests
- run: echo UTC > /etc/timezone && apt update && apt install -y sudo curl python3 python3-pip python3-requests

- run:
name: Checking Snyk CLI
Expand Down

0 comments on commit ec01687

Please sign in to comment.