Skip to content

Commit

Permalink
build TFP0
Browse files Browse the repository at this point in the history
  • Loading branch information
und3fined committed Apr 24, 2023
1 parent 8d050e8 commit 6724f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# provider: [TFP0, LIBKRW, LIBKERNRW]
provider: [LIBKRW, LIBKERNRW]
provider: [TFP0, LIBKRW, LIBKERNRW]

steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
cp control.template control
if [[ ${{matrix.provider}} == TFP0 ]]; then
sed -i 's/,{{.depends}}//g' control
USE_TFP0=1 make package FINALPACKAGE=1
USE_TFP0=1 make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
elif [[ ${{matrix.provider}} == LIBKRW ]]; then
sed -i 's/{{.depends}}/libkrw/g' control
USE_LIBKRW=1 make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
Expand Down

0 comments on commit 6724f63

Please sign in to comment.