Make sure RpcObj lock is held when calling StatusBarSizes (#70) #174
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |