Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_commit: v1.6.14
_commit: v1.6.21
_src_path: https://github.com/serious-scaffold/ss-cpp
author_email: [email protected]
author_name: l.feng
Expand All @@ -15,6 +15,7 @@ header_target: ''
organization_name: msclock
project_description: Practice based on cppfront
project_name: Practice on cppfront
repo_host: github.com
repo_name: cppfront-practice
repo_namespace: msclock
repo_platform: github
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ jobs:
ref: ${{ github.head_ref }}

- name: Cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: |
~/vcpkg
~/.cache/pip
~/.cache/vcpkg
key: x64-linux-gcc-13-${{ hashFiles('vcpkg.json') }}
restore-keys: x64-linux-gcc-13-${{ hashFiles('vcpkg.json') }}
key: x64-linux-gcc-14-${{ hashFiles('vcpkg.json') }}
restore-keys: x64-linux-gcc-14-${{ hashFiles('vcpkg.json') }}

- uses: aminya/setup-cpp@v1
with:
compiler: gcc-13
compiler: gcc-14
cmake: true
ninja: true
ccache: true
doxygen: true

- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version: 3.x

Expand Down
Loading