Skip to content

Commit

Permalink
Generate cmta and cmtc sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
eloots committed Aug 11, 2023
1 parent 735823a commit 3800379
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,17 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
if: ${{ matrix.os == 'windows-latest' }}

- name: Native image generation
- name: cmta native image generation
shell: bash
run: |
echo $(pwd)
(export NATIVE_IMAGE_INSTALLED=true; sbt nativeImage)
sbt cmta/nativeImage
- name: cmtc native image generation
shell: bash
run: |
echo $(pwd)
sbt cmtc/nativeImage
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3800379

Please sign in to comment.