Fix check action

pull/184/head
Dennis Schwerdel 2021-04-05 17:06:19 +00:00
parent 3b96380b42
commit 97e168c856
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
RUN rm /etc/localtime && ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
RUN cargo install cargo-outdated
RUN cargo install cargo-outdated cargo-cache

View File

@ -18,7 +18,7 @@ jobs:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/set-timezone-action@v1.0
- uses: szenius/set-timezone@v1.0
with:
timezoneLinux: Europe/Berlin
- uses: actions/checkout@v2