Skip to content

Commit

Permalink
Probe make; more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Aug 23, 2024
1 parent 1027500 commit 9a415c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: |
brew update
brew install tcl-tk java autoconf automake make mpich swig
which make gmake
# run: sudo apt-get install -y zsh tcl tcl-dev default-jdk autoconf make libcurl4-openssl-dev

# - name: Set up R
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:
# - run: sed -i 's/ENABLE_R=0/ENABLE_R=1/g' dev/build/swift-t-settings.sh

- name: build swift-t
run: dev/build/build-swift-t.sh -v
run: dev/build/build-swift-t.sh -vv

# TODO check swift-t install
- name: Check swift-t version info
Expand Down

0 comments on commit 9a415c6

Please sign in to comment.