Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit e375426

Browse files
committed
ci(speed): 👷 add SVG logo, make CI go faster
1 parent 3bd2cd0 commit e375426

2 files changed

Lines changed: 1633 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Cache
107107
uses: actions/cache@v3
108108
with:
109-
path: build
109+
path: ~/AppData/Local/Nuitka
110110
key: ci-build-source-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}
111111
- name: Cache venv
112112
uses: actions/cache@v3
@@ -155,7 +155,7 @@ jobs:
155155
- name: Cache
156156
uses: actions/cache@v3
157157
with:
158-
path: build
158+
path: ~/AppData/Local/Nuitka
159159
key: ci-build-source-cli-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}
160160
- name: Cache venv
161161
uses: actions/cache@v3

0 commit comments

Comments
 (0)