Skip to content

vsandstrom is testing out GitHub Actions πŸš€ #11

vsandstrom is testing out GitHub Actions πŸš€

vsandstrom is testing out GitHub Actions πŸš€ #11

name: compile
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: |
export DISPLAY=:99
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
cargo xtask bundle havregryn --release