Skip to content

Commit 68964ee

Browse files
committed
feat: allow using setup-cpp as a library
1 parent 6ee48d5 commit 68964ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+374
-283
lines changed

.github/workflows/CI.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,20 @@ jobs:
118118
restore-keys: |
119119
"setupcpp-node_modules-cache-OS:${{ matrix.os }}-"
120120
121+
- name: Cache Turbo
122+
uses: rharkor/caching-for-turbo@v1.6
123+
124+
- name: Cache .cache
125+
uses: actions/cache@v4
126+
with:
127+
path: |
128+
./.cache/eslint
129+
./.cache/cspell
130+
/home/runner/.cache/dprint
131+
key: "setupcpp-cache-OS:${{ matrix.os }}-${{ hashFiles('./*.json', './.*rc', './*.yml') }}"
132+
restore-keys: |
133+
"setupcpp-cache-OS:${{ matrix.os }}-"
134+
121135
- name: Install
122136
run: |
123137
pnpm install

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ words:
100100
- pygments
101101
- pypy
102102
- qlplugindir
103+
- rharkor
103104
- Sccache
104105
- setupcpp
105106
- setx

dist/legacy/actions_python-python.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/actions_python-python.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/assets/actions_python-BgFBDq6n.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/legacy/assets/actions_python-BgFBDq6n.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/legacy/assets/index-BLmG_vBb.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/legacy/assets/proxy-agent-C54PwHVe.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/legacy/assets/index-BLmG_vBb.js renamed to dist/legacy/index-archive-files.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/index-archive-files.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)