Skip to content

Commit 354fe5d

Browse files
committed
ci
1 parent ecd65b3 commit 354fe5d

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,7 @@ jobs:
3535
- uses: actions/checkout@v4
3636

3737
- name: Install just task runner
38-
run: |
39-
curl --proto '=https' --tlsv1.2 --silent --show-error --fail "https://github.com/casey/just/releases/download/${JUST_VERSION}/just-${JUST_VERSION}-${JUST_OS}-${JUST_ARCH}.tar.gz" | tar -xz -C /usr/local/bin
40-
just --version
41-
env:
42-
JUST_OS: linux
43-
JUST_ARCH: x64
44-
JUST_VERSION: "1.34.0"
45-
shell: bash
38+
uses: taiki-e/install-action@just
4639

4740
- name: Install Rust toolchain
4841
uses: dtolnay/rust-toolchain@stable
@@ -78,14 +71,7 @@ jobs:
7871
- uses: actions/checkout@v4
7972

8073
- name: Install just task runner
81-
run: |
82-
curl --proto '=https' --tlsv1.2 --silent --show-error --fail "https://github.com/casey/just/releases/download/${JUST_VERSION}/just-${JUST_VERSION}-${JUST_OS}-${JUST_ARCH}.tar.gz" | tar -xz -C /usr/local/bin
83-
just --version
84-
env:
85-
JUST_OS: linux
86-
JUST_ARCH: x64
87-
JUST_VERSION: "1.34.0"
88-
shell: bash
74+
uses: taiki-e/install-action@just
8975

9076
- name: Set up Python
9177
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)