ci: checkout first
This commit is contained in:
parent
360afdb05e
commit
7e3f02f3a9
8
.github/workflows/ubuntu.yml
vendored
8
.github/workflows/ubuntu.yml
vendored
@ -54,11 +54,11 @@ jobs:
|
||||
]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Setup
|
||||
run: .github/workflows/scripts/setup.sh
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Build
|
||||
run: go build
|
||||
|
||||
@ -111,11 +111,11 @@ jobs:
|
||||
]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Setup
|
||||
run: .github/workflows/scripts/setup.sh
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Build
|
||||
run: go build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user