File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
tlmgr list --only-installed
57
57
58
58
- name : 🐍 Install Conda environment
59
- uses :
mamba-org/[email protected] .2
59
+ uses :
mamba-org/[email protected] .3
60
60
with :
61
61
environment-file : .github/workflows/micromamba/docs.yml
62
62
environment-name : docs
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
run : ctest --test-dir ${{ env.CMAKE_BINARY_PREFIX }} -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure
125
125
- name : 🎉 Install
126
126
run : cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
127
-
127
+
128
128
gcc :
129
129
runs-on : macos-14
130
130
name : macos-14 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
You can’t perform that action at this time.
0 commit comments