Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Feb 9, 2022
1 parent 08109ac commit 9b0407a
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@ jobs:
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
-
name: Check cache
id: verify-cache
run: |
echo "::set-output name=heads::`git ls-remote https://github.com/theos/theos | head -n 1 | cut -f 1`-`git ls-remote https://github.com/theos/sdks | head -n 1 | cut -f 1`"
-
name: Use cache
id: cache
uses: actions/cache@v2
with:
path: ${{ github.workspace }}/theos
key: ${{ runner.os }}-${{ steps.verify-cache.outputs.heads }}
-
name: Setup Theos
uses: Randomblock1/theos-action@v1
Expand All @@ -55,7 +43,7 @@ jobs:
-not -name '.git' \
-not -name 'theos' \
-not -name 'LICENSE' \
-exec make -C '{}' package FINALPACKAGE=1 \;
-exec gmake -C '{}' package FINALPACKAGE=1 \;
find . -type f -iname *.deb -exec mv '{}' output \;
-
name: Upload artifacts
Expand Down

0 comments on commit 9b0407a

Please sign in to comment.