Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed Jul 14, 2023
1 parent 561d6b2 commit f4a5308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/actions/deploy-macosx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ runs:
echo "GRADLE_TASK=$GRADLE_TASK" >> $GITHUB_ENV
echo "MAVEN_PHASE=$MAVEN_PHASE" >> $GITHUB_ENV
echo "MAVEN_OPTIONS=$MAVEN_OPTIONS" >> $GITHUB_ENV
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Build project
shell: bash
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
macosx-arm64:
runs-on: macos-11
steps:
# - uses: ./../actions/deploy-macosx@actions
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
- uses: actions/checkout@v2
- uses: ./.github/actions/deploy-macosx
#- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
# windows-x86:
# runs-on: windows-2019
# steps:
Expand Down

0 comments on commit f4a5308

Please sign in to comment.