Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Oct 2, 2024
1 parent 4d63f51 commit b5ef6d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- os: ubuntu-20.04
qt_host: linux
qt_arch: gcc_64
test_pref: xvfb-run
test_pref: xvfb-run -a
- os: macos-13
qt_host: mac
qt_arch: clang_64
Expand Down Expand Up @@ -181,6 +181,8 @@ jobs:
ITK_DIR=${{github.workspace}}/itk/build
VTK_DIR=${{github.workspace}}/vtk/install/lib/cmake/vtk-9.3
CMAKE_BUILD_TYPE=Release
DO_UPLOAD=ON
SITE=github-runner-${{ matrix.os }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit b5ef6d5

Please sign in to comment.