Skip to content

Commit

Permalink
Setup upterm for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Nov 13, 2023
1 parent 45af5a2 commit 3506982
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/install-imagemagick/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ runs:
sudo apt install ./.imagemagick-deb/*.deb
magick -version
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
limit-access-to-users: NuckChorris
wait-timeout-minutes: 5

- name: Build ImageMagick ${{ inputs.version }}
id: build-imagemagick
if: steps.cache-imagemagick.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 3506982

Please sign in to comment.