Fixed old binary build

This commit is contained in:
MoneroOcean 2024-08-12 05:11:56 +03:00
parent 01f3604979
commit bdaebeb118

View file

@ -112,6 +112,12 @@ jobs:
runs-on: ubuntu-latest
container: ubuntu:12.04
steps:
- name: Test
run: |
env
echo xxx ${{ github.ref }} xxx
echo git checkout ${{GITHUB_REF}}
echo git checkout ${GITHUB_REF:10}
- name: Prepare build tools
run: |
sed -i -r 's/(archive|security).ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list