Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos authored Apr 11, 2024
1 parent 6be818c commit 402ada1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,20 @@ jobs:
cmake ..
make
cd ../..
- name: Checkout Arjun
uses: actions/checkout@v2
with:
repository: meelgroup/arjun
path: arjun

- name: Build Arjun
run: |
cd arjun
mkdir build && cd build
cmake ..
make
cd ../..
- name: Checkout Arjun
uses: actions/checkout@v2
with:
repository: meelgroup/arjun
path: arjun
- name: Build Arjun
run: |
Expand Down

0 comments on commit 402ada1

Please sign in to comment.