Skip to content

Commit

Permalink
Update ccache-action to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Dec 30, 2023
1 parent 76c36e3 commit ad1b8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-conda-${{ hashFiles('src/environment-3.11.yml') }}

- name: Compiler cache
uses: hendrikmuhs/ccache-action@v1.2
uses: hendrikmuhs/ccache-action@main
with:
create-symlink: true
key: ${{ runner.os }}-meson-${{ matrix.python }}-${{ github.run_id }}
Expand Down
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
project(
'SageMath',
['ccache','c', 'cpp', 'cython'],
['c', 'cpp', 'cython'],
version: files('src/VERSION.txt'),
license: 'GPL v3',
meson_version: '>= 1.2.0',
)
# Have to specify ccache explicitly for now: https://github.com/mesonbuild/meson/issues/12612

# Python module
# https://mesonbuild.com/Python-module.html
Expand Down

0 comments on commit ad1b8a7

Please sign in to comment.