Skip to content

Update ubuntu-build.yml #4

Update ubuntu-build.yml

Update ubuntu-build.yml #4

Workflow file for this run

name: Ubuntu
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Add build tools
run: sudo apt-get install build-essential libxrandr -y
- name: Build
run: cargo build --verbose