Skip to content

Commit

Permalink
Update export.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro authored Aug 23, 2024
1 parent 03a387f commit e19a85d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Start display server
- name: Start virtual display
run: |
sudo apt-get install xvfb
Xvfb :99 &
Expand All @@ -20,6 +20,6 @@ jobs:
with:
command: export("sample.mlx");

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: sample.pdf

0 comments on commit e19a85d

Please sign in to comment.