Skip to content

Commit

Permalink
GHA freebsd: start tmate after freebsd vm is up
Browse files Browse the repository at this point in the history
The VM doesn't start after the tmate session for
some reason....

[ci skip]
  • Loading branch information
gaborcsardi committed Oct 7, 2024
1 parent c58ba5f commit 89af5f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: r-hub/actions/setup-r-freebsd@main
- uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
detached: true
- uses: r-hub/actions/setup-r-freebsd@main

- name: Test R in FreeBSD VM
run: |
getRversion()
Expand Down

0 comments on commit 89af5f5

Please sign in to comment.