From 97e168c8560bcaff1efaa7993995757b054813a9 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Mon, 5 Apr 2021 17:06:19 +0000 Subject: [PATCH] Fix check action --- .devcontainer/Dockerfile | 2 +- .github/workflows/check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0d7c1b2..3898e26 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 \ No newline at end of file +RUN cargo install cargo-outdated cargo-cache \ No newline at end of file diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7796183..d01adc6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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