Skip to content

Commit

Permalink
Trying to get Krusher working with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 24, 2023
1 parent c950a2c commit a2ca1c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ jobs:
path: modules/BYOD-add-ons
token: ${{ secrets.OUR_GITHUB_PAT }}

- name: Checkout Jai
uses: actions/checkout@v2
if: github.actor == 'jatinchowdhury18'
with:
ref: main
repository: Chowdhury-DSP/jai-minimal
token: ${{ secrets.OUR_GITHUB_PAT }}

- name: Configure
shell: bash
env:
Expand Down

0 comments on commit a2ca1c4

Please sign in to comment.