Skip to content

Commit

Permalink
you know what. nevermind. this might be a complication and im not loo…
Browse files Browse the repository at this point in the history
…king for any. no bidi
  • Loading branch information
galkahana committed Jun 11, 2024
1 parent 0653f22 commit 44870e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
executable_path: /build/TextExtractionCLI
executable_name: TextExtraction
os_name: mac
extra_cmake_config_flags: -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" # universal. arm and intel
extra_cmake_config_flags: -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" # universal. arm and intel
- os: windows-latest
executable_path: /build/TextExtractionCLI/Release
executable_name: TextExtraction.exe
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DUSE_BIDI=1 ${{ matrix.extra_cmake_config_flags}}
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{ matrix.extra_cmake_config_flags}}
- name: Build with CMake
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Create Archive
Expand Down

0 comments on commit 44870e5

Please sign in to comment.