Author: brane
Date: Sat Jun 21 05:49:49 2025
New Revision: 1926609
URL: http://svn.apache.org/viewvc?rev=1926609&view=rev
Log:
One of these days I'll get it right the first time.
* .github/workflows/linux-old-scons.yml: Fix the Pyenv tarball name.
Modified:
serf/trunk/.github/workflows/linux-old-scons.yml
Modified: serf/trunk/.github/workflows/linux-old-scons.yml
URL:
http://svn.apache.org/viewvc/serf/trunk/.github/workflows/linux-old-scons.yml?rev=1926609&r1=1926608&r2=1926609&view=diff
==============================================================================
--- serf/trunk/.github/workflows/linux-old-scons.yml (original)
+++ serf/trunk/.github/workflows/linux-old-scons.yml Sat Jun 21 05:49:49 2025
@@ -43,7 +43,7 @@ jobs:
mkdir __pyenv
cd __pyenv
curl -LO "${{ env.XPYENV_URI }}/v${{ env.XPYENV_VER }}.tar.gz"
- tar zxf pyenv-${{ env.XPYENV_VER }}.tar.gz
+ tar zxf v${{ env.XPYENV_VER }}.tar.gz
- name: Install Python ${{ env.XPYTHON_VER }}
run: |