There was an error while loading. Please reload this page.
1 parent 5c8a5df commit 2110d40Copy full SHA for 2110d40
2 files changed
.github/actions/perform-tests/action.yml
@@ -34,6 +34,7 @@ runs:
34
autoreconf -fi
35
./configure --with-python=python${{ matrix.python-version }}
36
make -j $(nproc)
37
+ sudo ln -s /usr/bin/python3 /usr/bin/python${{ matrix.python-version }}
38
sudo make install
39
ln -s /usr/local/lib/python${{ matrix.python-version }}/site-packages/_snack.so \
40
$(python3 -c 'import site; print(site.getsitepackages()[0])')/
.github/workflows/next.yml
@@ -10,7 +10,7 @@ on:
10
env:
11
SHELLCHECK_VERSION: v0.10.0
12
SHELLCHECK_SHA256: 6c881ab0698e4e6ea235245f22832860544f17ba386442fe7e9d629f8cbedf87
13
- NEWT_REVISION: 5f2762040505edd7a25878fe27a00a2d34485663 # r0.52.24
+ NEWT_REVISION: 9b9e7e8936f51f83a7259c5f0a9b4ff909cbd39a # r0.52.25
14
15
jobs:
16
codestyle:
0 commit comments