Skip to content

Commit 5f65b08

Browse files
authored
Merge pull request #13 from dchaofei/fix-workflow
fix workflow: Unable to process command
2 parents e8e763f + cacc452 commit 5f65b08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/extra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
UpdateDep:
1212
name: Update Dependency
1313
runs-on: ubuntu-latest
14-
steps:
14+
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717

1818
- name: Setup Go environment
19-
uses: actions/setup-go@v2.1.0
19+
uses: actions/setup-go@v1
2020
with:
2121
go-version: 1.14.4 # optional
2222
- name: Update Dependency

.github/workflows/win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
17-
17+
1818
- name: Setup Go environment
19-
uses: actions/setup-go@v2.1.0
19+
uses: actions/setup-go@v2
2020
with:
2121
go-version: 1.14.4 # optional
2222

0 commit comments

Comments
 (0)