Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
vsandstrom committed Aug 31, 2024
1 parent 9d89f90 commit ada3894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: sudo apt install libsfml-dev mesa-utils xorg-dev
- run: export DISPLAY=:99 \
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & mycommand
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: clechasseur/rs-cargo@v2
Expand Down

0 comments on commit ada3894

Please sign in to comment.