Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 11, 2024
1 parent 8b0896c commit 6b7217c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
cxx-compiler: "cl.exe"
cmake-build-type: "Release"
cmake-build-flag: "-A x64"
#- name: macos
# os: macos-14
# c-compiler: "clang"
# cxx-compiler: "clang++"
# cmake-build-type: "Release"
# cmake-build-flag: ""
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -143,11 +137,7 @@ jobs:
jar xf ubuntu-artifact/${{steps.mvn_info.outputs.name}}-${{steps.mvn_info.outputs.version}}.jar libs/net/clesperanto/linux-x86_64
jar xf windows-artifact/${{steps.mvn_info.outputs.name}}-${{steps.mvn_info.outputs.version}}.jar libs/net/clesperanto/windows-x86_64
jar xf macos-artifact/${{steps.mvn_info.outputs.name}}-${{steps.mvn_info.outputs.version}}.jar libs/net/clesperanto/macos-arm64
- name: understand the current state
run: |
ls
ls libs
ls libs/net/clesperanto
- name: Build the JAR file for macos-x86_64 and adding all the native libraries to it
run: mvn clean install
- name: Upload final JAR
Expand Down

0 comments on commit 6b7217c

Please sign in to comment.