Skip to content

Update to newest egui-multiwin and make it compile. Some menus are pr… #29

Update to newest egui-multiwin and make it compile. Some menus are pr…

Update to newest egui-multiwin and make it compile. Some menus are pr… #29

Workflow file for this run

name: Rust Linux
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install prereqs
run: sudo apt-get install libgtk-3-dev
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose