Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed Nov 10, 2023
1 parent 6724f63 commit 86089c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on: macos-latest
strategy:
matrix:
# provider: [TFP0, LIBKRW, LIBKERNRW]
provider: [TFP0, LIBKRW, LIBKERNRW]

steps:
Expand All @@ -38,9 +37,6 @@ jobs:
sed -i 's/{{.depends}}/libkernrw0/g' control
USE_LIBKERNRW=1 make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
fi
# env:
# DEVELOPER_DIR=/Applications/Xcode-11.7.app/Contents/Developer
# DEVELOPER_DIR: ${{ secrets.DEVELOPER_DIR_12 }}
- name: Publish artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 86089c7

Please sign in to comment.