Compare commits

...

2 Commits

Author SHA1 Message Date
Taiki Endo 678ae51318
Merge pull request #2 from taiki-e/ci
Fix CI
2020-12-24 19:47:20 +09:00
Taiki Endo a9ec0d994b Fix CI 2020-12-24 19:34:13 +09:00
3 changed files with 2 additions and 16 deletions

View File

@ -17,14 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set current week of the year in environnement
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macOS')
run: echo "::set-env name=CURRENT_WEEK::$(date +%V)"
- name: Set current week of the year in environnement
if: startsWith(matrix.os, 'windows')
run: echo "::set-env name=CURRENT_WEEK::$(Get-Date -UFormat %V)"
- name: Install latest ${{ matrix.rust }}
uses: actions-rs/toolchain@v1
with:

View File

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

View File

@ -12,9 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set current week of the year in environnement
run: echo "::set-env name=CURRENT_WEEK::$(date +%V)"
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}