-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4294b2
commit 27763a2
Showing
3 changed files
with
13 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -132,12 +119,6 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
||
- name: Setup asdf cache | ||
uses: actions/cache@v4 | ||
with: | ||
path: ~/.asdf | ||
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }} | ||
|
||
- name: Install asdf | ||
uses: asdf-vm/actions/[email protected] | ||
|
||
|
@@ -213,12 +194,6 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
||
- name: Setup asdf cache | ||
uses: actions/cache@v4 | ||
with: | ||
path: ~/.asdf | ||
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }} | ||
|
||
- name: Install asdf and tools | ||
uses: asdf-vm/actions/[email protected] | ||
|
||
|
@@ -259,12 +234,6 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
||
- name: Setup asdf cache | ||
uses: actions/cache@v4 | ||
with: | ||
path: ~/.asdf | ||
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }} | ||
|
||
- name: Install asdf and tools | ||
uses: asdf-vm/actions/[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters