File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 key : swig-${{ matrix.os }}-v4.1.1
4343
4444 - name : Install SWIG v4.1.1
45+ if : steps.cache-swig.outputs.cache-hit != 'true'
4546 run : |
4647 sudo apt install yodl
4748 git clone --depth 1 --branch v4.1.1 https://github.com/swig/swig.git
@@ -60,10 +61,13 @@ jobs:
6061 id : cache-taglib
6162 uses : actions/cache@v2
6263 with :
63- path : tmp/${{ env.PLATFORM }}/taglib-${{ env.TAGLIB_VERSION }}
64- key : taglib-${{ matrix.os }}-v${{ env.TAGLIB_VERSION }}
64+ path : |
65+ tmp/${{ env.PLATFORM }}/taglib-${{ env.TAGLIB_VERSION }}
66+ tmp/taglib-${{ env.TAGLIB_VERSION }}.tar.gz
67+ key : taglib-${{ matrix.os }}-v${{ env.TAGLIB_VERSION }}-cache.v3
6568
6669 - name : Install TagLib (C++)
70+ if : steps.cache-taglib.outputs.cache-hit != 'true'
6771 run : bundle exec rake vendor
6872
6973 - name : Generate SWIG Wrappers
You can’t perform that action at this time.
0 commit comments