Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: build.yml
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install latest Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Build AppImage
run: |
. "$HOME/.cargo/env"
bash ci/build-appimage.sh