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