Skip to content

Commit 0f0c1e6

Browse files
authored
Merge pull request async-rs#46 from taiki-e/ci
Remove CURRENT_WEEK environment variable
2 parents 0ab680e + 8185c03 commit 0f0c1e6

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919

20-
- name: Set current week of the year in environnement
21-
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macOS')
22-
run: echo "CURRENT_WEEK=$(date +%V)" >> $GITHUB_ENV
23-
24-
- name: Set current week of the year in environnement
25-
if: startsWith(matrix.os, 'windows')
26-
run: echo "CURRENT_WEEK=$(Get-Date -UFormat %V)" >> $GITHUB_ENV
27-
2820
- name: Install latest ${{ matrix.rust }}
2921
uses: actions-rs/toolchain@v1
3022
with:

.github/workflows/cross.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
toolchain: nightly
2424
override: true
2525

26-
- name: Install docker
27-
if: startsWith(matrix.os, 'ubuntu')
28-
run: sudo apt install docker
29-
3026
- name: Install cross
3127
run: cargo install cross
3228

.github/workflows/lint.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414

15-
- name: Set current week of the year in environnement
16-
run: echo "CURRENT_WEEK=$(date +%V)" >> $GITHUB_ENV
17-
1815
- uses: actions-rs/toolchain@v1
1916
with:
2017
toolchain: stable

.github/workflows/security.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414

15-
- name: Set current week of the year in environnement
16-
run: echo "CURRENT_WEEK=$(date +%V)" >> $GITHUB_ENV
17-
1815
- uses: actions-rs/audit-check@v1
1916
with:
2017
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)