Skip to content

Commit 8f48ca5

Browse files
authored
Merge pull request #119 from robinst/swig-4.0.2
Regenerate wrappers with swig 4.0.2 and taglib 1.11.1
2 parents eb6708f + 1c4e10a commit 8f48ca5

File tree

13 files changed

+2732
-2313
lines changed

13 files changed

+2732
-2313
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
MAKEFLAGS: -j2
2626
PLATFORM: x86_64-linux
2727
TAGLIB_VERSION: 1.11.1
28-
SWIG_DIR: .swig-v3.0.7
28+
SWIG_DIR: .swig-v4.0.2
2929

3030
steps:
3131
- uses: actions/checkout@v2
@@ -34,17 +34,17 @@ jobs:
3434
with:
3535
ruby-version: ${{ matrix.ruby }}
3636

37-
- name: Cache SWIG v3.0.7
37+
- name: Cache SWIG v4.0.2
3838
id: cache-swig
3939
uses: actions/cache@v2
4040
with:
4141
path: ~/${{ env.SWIG_DIR }}
42-
key: swig-${{ matrix.os }}-v3.0.7
42+
key: swig-${{ matrix.os }}-v4.0.2
4343

44-
- name: Install SWIG v3.0.7
44+
- name: Install SWIG v4.0.2
4545
run: |
4646
sudo apt install yodl
47-
git clone --depth 1 --branch v3.0.7 https://github.com/swig/swig.git
47+
git clone --depth 1 --branch v4.0.2 https://github.com/swig/swig.git
4848
cd swig
4949
./autogen.sh
5050
./configure --prefix=$HOME/$SWIG_DIR --with-ruby=$(which ruby) --without-alllang

0 commit comments

Comments
 (0)