Skip to content

Commit 2110d40

Browse files
committed
ci: Update newt to r0.52.25
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
1 parent 5c8a5df commit 2110d40

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/perform-tests/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ runs:
3434
autoreconf -fi
3535
./configure --with-python=python${{ matrix.python-version }}
3636
make -j $(nproc)
37+
sudo ln -s /usr/bin/python3 /usr/bin/python${{ matrix.python-version }}
3738
sudo make install
3839
ln -s /usr/local/lib/python${{ matrix.python-version }}/site-packages/_snack.so \
3940
$(python3 -c 'import site; print(site.getsitepackages()[0])')/

.github/workflows/next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
SHELLCHECK_VERSION: v0.10.0
1212
SHELLCHECK_SHA256: 6c881ab0698e4e6ea235245f22832860544f17ba386442fe7e9d629f8cbedf87
13-
NEWT_REVISION: 5f2762040505edd7a25878fe27a00a2d34485663 # r0.52.24
13+
NEWT_REVISION: 9b9e7e8936f51f83a7259c5f0a9b4ff909cbd39a # r0.52.25
1414

1515
jobs:
1616
codestyle:

0 commit comments

Comments
 (0)