File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)"
You can’t perform that action at this time.
0 commit comments