mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 13:40:53 +00:00
ci: Checkout goes first
This commit is contained in:
parent
d07323e7dd
commit
3c65ddbea0
2 changed files with 9 additions and 9 deletions
12
.github/workflows/test-build.yml
vendored
12
.github/workflows/test-build.yml
vendored
|
@ -35,12 +35,12 @@ jobs:
|
|||
os: [ubuntu-20.04, macos-13]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/setup-build-env
|
||||
|
||||
- name: Checkout Yosys
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/setup-build-env
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -80,12 +80,12 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-20.04, macos-13]
|
||||
steps:
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/setup-build-env
|
||||
|
||||
- name: Checkout Yosys
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/setup-build-env
|
||||
|
||||
- name: Get iverilog
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue