Skip to content

Commit

Permalink
Update build_mmvii.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Dec 11, 2023
1 parent f3e2df5 commit 5f3050e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_mmvii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build MMVII first stage, build base code
run: cmake --build MMVII/build -j 4

- name: Generate codesfor Symbolic Derivatives
- name: Generate codes for Symbolic Derivatives
run: MMVII/bin/MMVII GenCodeSymDer

- name: Build MMVII second stage, build generated code
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Build MMVII first stage, build base code
run: cmake --build MMVII/build --config Release -j 4

- name: Generate codesfor Symbolic Derivatives
- name: Generate codes for Symbolic Derivatives
run: MMVII/bin/MMVII GenCodeSymDer

- name: Build MMVII second stage, build generated code
Expand Down

0 comments on commit 5f3050e

Please sign in to comment.