Skip to content

Commit

Permalink
CI: Add temporary debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Jan 29, 2025
1 parent 3a9fec4 commit 2bf417a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/build-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ runs:
./build-deps.zsh ${build_args}
- name: Setup tmate session
if: runner.os == 'Windows' && inputs.target == 'arm64'
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- name: Build and Install Dependencies
if: runner.os == 'Windows'
if: runner.os == 'Windows' && inputs.target != 'arm64'
shell: pwsh
run: |
# Build and Install Windows Dependencies
Expand Down

0 comments on commit 2bf417a

Please sign in to comment.