Skip to content

Commit

Permalink
set DISPLAY variable 2nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
rpahl committed Nov 6, 2023
1 parent f2228e1 commit 04a5fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
use-public-rspm: true

- name: Set Display variable
run: export DISPLAY=:99
run: echo "export DISPLAY=:99"

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

0 comments on commit 04a5fd4

Please sign in to comment.