Skip to content

Fix build

Fix build #2

Workflow file for this run

name: Theos CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Prepare Theos
uses: Randomblock1/theos-action@v1
with:
orion: 'false'
- name: Build
run: |
make FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootful
make FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
# make FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide
- name: Upload packages
uses: actions/upload-artifact@v3
with:
name: packages
path: packages/*.deb