Add missing CURRENT_WEEK for clippy

This commit is contained in:
leo-lb 2020-05-01 18:50:43 +02:00 committed by GitHub
parent 6df97e9296
commit 36ae3c82a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set current week of the year in environnement
run: echo "::set-env name=CURRENT_WEEK::$(date +%V)"
- name: Cache .rustup
uses: actions/cache@v1
with: