Skip to content

Commit

Permalink
Merge branch 'main' into Eeems-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Aug 17, 2023
2 parents 22af012 + 36c92cc commit b97e6a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,13 @@ jobs:
with:
python-version: '3.11'
cache: 'pip'
- name: Nuitka cache
uses: actions/cache@v3
with:
path: nuitka-cache
key: ${{ runner.os }}-nuitka-cache
- name: Building toltecmk
run: make standalone
run: NUITKA_CACHE_DIR=nuitka-cache make standalone
- uses: actions/upload-artifact@v3
with:
name: toltecmk
Expand Down

0 comments on commit b97e6a7

Please sign in to comment.