Skip to content

Commit

Permalink
[Ci/Cd] Fix. First action is Chieckout repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorman44 committed Aug 24, 2024
1 parent 30a3217 commit 8d4c90a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/chisel-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true

- name: Set up JDK 11
uses: actions/setup-java@v3
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
bus-width: [4, 8]

steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true

- name: build
uses: ./.github/actions/chisel-build
with:
Expand Down

0 comments on commit 8d4c90a

Please sign in to comment.