File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments