Skip to content

Confirmation dialog if trying to save worse time #6

Confirmation dialog if trying to save worse time

Confirmation dialog if trying to save worse time #6

Workflow file for this run

name: Compile for Linux
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt update
sudo apt install build-essential libgtk-3-dev libjansson-dev imagemagick xxd fonts-dejavu
- name: Compile
run: |
make
# We don't upload the artifact since it wouldn't work without appropriate
# libraries and installation.