Skip to content

Commit

Permalink
Fix check action
Browse files Browse the repository at this point in the history
  • Loading branch information
dswd committed Apr 5, 2021
1 parent 3b96380 commit 97e168c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97e168c

Please sign in to comment.