Skip to content

Commit

Permalink
Update subflow-native.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens authored Oct 7, 2024
1 parent 8054a6a commit cfd3332
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

- name: Build and Compile
run: |
./gradlew --parallel compileJava
./gradlew --parallel compileJava
rm -rf org.alloytools.pardinus.native/native-code/native
make -C org.alloytools.pardinus.native/native-code clean darwin copy
- uses: actions/upload-artifact@v4
with:
Expand All @@ -39,6 +40,7 @@ jobs:
- name: Build and Compile
run: |
./gradlew --parallel compileJava
rm -rf org.alloytools.pardinus.native/native-code/native
make -C org.alloytools.pardinus.native/native-code clean linux windows copy
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cfd3332

Please sign in to comment.