Skip to content

Commit

Permalink
ci: cache build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Jul 30, 2024
1 parent 95e680e commit 05b6e1d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,18 @@ jobs:
with:
vcpkgConfigurationJsonGlob: 'vcpkg-configuration.json'
vcpkgJsonGlob: 'vcpkg.json'


- name: Cache 3rdpart
uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/out/build/native/_deps
${{ github.workspace }}/out/build/native/cargo
${{ github.workspace }}/out/build/native/corrosion
${{ github.workspace }}/out/build/native/lib
${{ github.workspace }}/out/build/native/3rdpart
key: ${{ runner.os }}-buildx

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ CMakeUserPresets.json
# CMake build directory
/build
/out
/.vscode/settings.json
8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 05b6e1d

Please sign in to comment.