Skip to content

Fix for Quit Wizard button not working #66

Fix for Quit Wizard button not working

Fix for Quit Wizard button not working #66

Workflow file for this run

name: Build gui
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: ${{ github.repository }}
submodules: recursive
- name: Install dependencies
run: |
npm install
- name: Build GUI
run: |
npm run build