Skip to content

Commit

Permalink
Need to start tmate after freebsd VM is up
Browse files Browse the repository at this point in the history
Otherwise the VM start never finishes, not sure
why. Ideally we should fix this.

[ci skip]
  • Loading branch information
gaborcsardi committed Oct 23, 2024
1 parent e1d3856 commit ae99e64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
freebsd:
runs-on: ubuntu-latest
steps:
- uses: r-hub/actions/debug-shell@main
- uses: actions/checkout@v4
- uses: r-hub/actions/setup-r-freebsd@main
with:
Expand All @@ -38,6 +37,8 @@ jobs:
Sys.getenv()
shell: Rscript {0}

- uses: r-hub/actions/debug-shell@main

- uses: r-lib/actions/setup-r-dependencies@v2
with:
pak-version: none
Expand Down

0 comments on commit ae99e64

Please sign in to comment.