Skip to content

Commit

Permalink
./
Browse files Browse the repository at this point in the history
  • Loading branch information
aeghn committed Nov 24, 2024
1 parent 4452b9f commit fce2e3f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/restop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,16 @@ jobs:
create-release:
runs-on: ubuntu-latest
# Use a container with GLIBC 2.17
container: quay.io/pypa/manylinux2014_x86_64
container: frolvlad/alpine-glibc:alpine-3.11_glibc-2.31
steps:
- name: Show GLIBC
run: ldd --version

- name: get old node
run: |
yum -y install wget
touch "$HOME/.bashrc"
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install 14.21.3
- name: Checkout sources
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.sha || env.GITHUB_SHA }}


- name: Set env on push
if: github.event_name == 'push'
run: |
Expand Down

0 comments on commit fce2e3f

Please sign in to comment.