Skip to content

Make sure RpcObj lock is held when calling StatusBarSizes (#70) #174

Make sure RpcObj lock is held when calling StatusBarSizes (#70)

Make sure RpcObj lock is held when calling StatusBarSizes (#70) #174

Workflow file for this run

name: Ubuntu Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-ubuntu:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- uses: actions/cache@v3
with:
path: |
~/.transgui_sdk/lazarus
~/.transgui_sdk/fpc-3.2.3
key: ubuntu-fpc-lazarus
- run: .github/build_ubuntu.sh
- uses: actions/upload-artifact@v3
with:
name: TransGUI Linux
path: units/transgui-x86_64.AppImage