Skip to content

Commit

Permalink
NRL-817 No cache needed for asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
axelkrastek1-nhs committed Jul 2, 2024
1 parent a4294b2 commit 658de44
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/pr-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

- name: Install zip
run: sudo apt-get install zip
Expand Down

0 comments on commit 658de44

Please sign in to comment.