From 658de44e70e9c00b5c070a363202335bebefe75c Mon Sep 17 00:00:00 2001 From: "Axel Garcia K." Date: Tue, 2 Jul 2024 06:25:11 +0100 Subject: [PATCH] NRL-817 No cache needed for asdf --- .github/workflows/pr-env-deploy.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pr-env-deploy.yml b/.github/workflows/pr-env-deploy.yml index a8b3ade5..79233ac8 100644 --- a/.github/workflows/pr-env-deploy.yml +++ b/.github/workflows/pr-env-deploy.yml @@ -50,21 +50,8 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - - name: Do asdf magic - run: | - rm -rf ~/.asdf1 - git clone --depth 1 --branch master --single-branch https://github.com/asdf-vm/asdf.git ~/.asdf1 - export ASDF_DIR="$HOME/.asdf1" - . "$HOME/.asdf/asdf.sh" - make asdf-install - - - name: Setup asdf cache - uses: actions/cache@v4 - with: - path: | - ~/.asdf1/plugins - ~/.asdf1/installs - key: ${{ runner.os }}-asdfquick3-${{ hashFiles('**/.tool-versions') }} + - name: Install asdf + uses: asdf-vm/actions/install@v3.0.2 - name: Install zip run: sudo apt-get install zip