Skip to content

Commit

Permalink
Update ubunutu-14.04 to Python 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Aug 18, 2023
1 parent 6e14dcc commit 2e51ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/src/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
./configure
make -j8
make install
update-alternatives --install /usr/bin/python3 python3 /usr/local/bin/python3.6 3
ln -s /usr/local/bin/python3.6 /usr/bin/python
update-alternatives --install /usr/bin/python3 python3 /usr/local/bin/python3.9 3
ln -s /usr/local/bin/python3.9 /usr/bin/python
curl -sS https://bootstrap.pypa.io/pip/3.6/get-pip.py | python
curl -sS https://nodejs.org/dist/v12.16.2/node-v12.16.2-linux-x64.tar.xz | tar -xJ
echo "`pwd`/node-v12.16.2-linux-x64/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 2e51ec8

Please sign in to comment.