Skip to content

Commit

Permalink
Merge pull request #676 from OpenGATE/actions
Browse files Browse the repository at this point in the history
Try ssh
  • Loading branch information
tbaudier authored Apr 3, 2024
2 parents e2e645e + 1abd308 commit 9865844
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
make \
binutils \
libx11-dev \
libtbb-dev \
libxpm-dev \
libxft-dev \
libxext-dev \
Expand Down Expand Up @@ -95,6 +96,7 @@ jobs:
-Dpython=OFF \
-Dpyroot=OFF \
-Dclad=OFF \
-Dxrootd=OFF \
-DCMAKE_INSTALL_PREFIX=$HOME/software/root/install
make -j4 install
cd ..
Expand Down Expand Up @@ -251,6 +253,21 @@ jobs:
fi
fi
# ssh_session:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout github repo
# uses: actions/checkout@v3
# with:
# lfs: true
# - name: Checkout LFS objects
# run: git lfs checkout
# - name: Start SSH session
# uses: luchihoratiu/debug-via-ssh@main
# with:
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
# SSH_PASS: ${{ secrets.SSH_PASS }}

benchmarks:
runs-on: ubuntu-latest
needs: [build]
Expand Down

0 comments on commit 9865844

Please sign in to comment.