Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67f8a73

Browse files
committed
Merge branch 'master' into feat-simplify-plot-facets
2 parents e7253e8 + d5a4c2b commit 67f8a73

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/shiny-pr-3-cleanup.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
cleanup-pr:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
if: contains(github.event.pull_request.labels.*.name, 'DEPLOY')
1212
permissions:
1313
pull-requests: write
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
use-public-rspm: true
1919

20+
- name: Install system dependencies
21+
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
22+
2023
- name: Delete app
2124
env:
2225
SHINY_APP_NAME: ${{ vars.SHINY_APP_NAME }}_PR_${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)