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:
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: .github/workflows/scripts/setup.sh
|
run: .github/workflows/scripts/setup.sh
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build
|
run: go build
|
||||||
|
|
||||||
@ -111,11 +111,11 @@ jobs:
|
|||||||
]
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: .github/workflows/scripts/setup.sh
|
run: .github/workflows/scripts/setup.sh
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build
|
run: go build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user