Skip to content

Commit

Permalink
fix: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Oct 30, 2024
1 parent f59dc55 commit abeace9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Download CLEO Build
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -109,6 +112,9 @@ jobs:
runs-on: ubuntu-latest
needs: [build, compile]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build example adia0d
run: cd build && make adia0d

Expand Down

0 comments on commit abeace9

Please sign in to comment.