Skip to content

Commit 47cf6eb

Browse files
Don't use ccache
1 parent 969804e commit 47cf6eb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
echo "PKG_CONFIG_PATH=$MAMBA_ROOT_PREFIX/envs/libsemigroups/lib/pkgconfig:$MAMBA_ROOT_PREFIX/envs/libsemigroups/share/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
4242
echo "LD_LIBRARY_PATH=$MAMBA_ROOT_PREFIX/envs/libsemigroups/lib:/usr/local/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
4343
# echo "PATH=$MAMBA_ROOT_PREFIX/envs/libsemigroups/bin:$PATH" >> $GITHUB_ENV
44-
- name: "Setup ccache . . ."
45-
uses: Chocobo1/setup-ccache-action@v1
46-
with:
47-
update_packager_index: false
48-
install_ccache: true
44+
# - name: "Setup ccache . . ."
45+
# uses: Chocobo1/setup-ccache-action@v1
46+
# with:
47+
# update_packager_index: false
48+
# install_ccache: true
4949
- name: "Python version . . ."
5050
run: |
5151
python3 -c "import sys; print(sys.version)"

0 commit comments

Comments
 (0)