Skip to content

Commit

Permalink
Fixed old binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Aug 12, 2024
1 parent 01f3604 commit bdaebeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdaebeb

Please sign in to comment.