Skip to content

Commit c076262

Browse files
committed
Sync .github/workflows/ci-meson.yml from origin/develop into remove-tomli
1 parent 1389406 commit c076262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
path: ~/conda_pkgs_dir
7474
key:
75-
${{ runner.os }}-conda-${{ matrix.python }}-${{ hashFiles(format('environment-{0}-{1}.yml', matrix.python, startsWith(matrix.os, 'macos') && (startsWith(runner.arch, 'ARM') && 'macos' || 'macos-x86_64') || startsWith(matrix.os, 'ubuntu') && 'linux' || 'win')) }}
75+
${{ runner.os }}-conda-${{ hashFiles('environment-3.11-linux.yml') }}
7676

7777
- name: Setup MSVC environment
7878
if: runner.os == 'windows'

0 commit comments

Comments
 (0)