Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

eng_GB locale removed #62

eng_GB locale removed

eng_GB locale removed #62

Workflow file for this run

name: Clickable Build
on: [ push, pull_request ]
jobs:
build:
strategy:
matrix:
arch: [amd64, arm64]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install clickable
run: |
python3 -m pip install clickable-ut --upgrade
- name: Build
run: |
CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable build --libs --app --arch ${{ matrix.arch }}
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: Launcher-modular_${{ matrix.arch }}
path: build/*/app/*.click
if-no-files-found: error