Skip to content

Commit

Permalink
Removed Interactive Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Laky-64 committed Feb 18, 2024
1 parent 6db1806 commit 8fe2429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:

- name: Build Debug Shared lib (ARM64)
if: matrix.cibw_archs == 'aarch64'
run: docker run -it -v $(pwd):/app -w /app ghcr.io/pytgcalls/ntgcalls/arm64:latest python3 setup.py build_shared --no-preserve-cache --debug
run: docker run -v $(pwd):/app -w /app ghcr.io/pytgcalls/ntgcalls/arm64:latest python3 setup.py build_shared --no-preserve-cache --debug

- name: Build Release Shared lib
if: matrix.cibw_archs != 'aarch64'
run: python3 setup.py build_shared --no-preserve-cache

- name: Build Release Shared lib (ARM64)
if: matrix.cibw_archs == 'aarch64'
run: docker run -it -v $(pwd):/app -w /app ghcr.io/pytgcalls/ntgcalls/arm64:latest python3 setup.py build_shared --no-preserve-cache
run: docker run -v $(pwd):/app -w /app ghcr.io/pytgcalls/ntgcalls/arm64:latest python3 setup.py build_shared --no-preserve-cache

- name: Upload Debug Shared lib for ${{ matrix.shared_name }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8fe2429

Please sign in to comment.