Skip to content

Commit 0a99209

Browse files
committed
fix
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent dc1a27b commit 0a99209

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,5 @@ jobs:
4343
run: |
4444
apt update -y
4545
apt install -y nodejs npm
46-
- uses: actions/checkout@v4
47-
- uses: actions-rust-lang/setup-rust-toolchain@v1
48-
- uses: Swatinem/rust-cache@v2
46+
- uses: actions/checkout@v2
4947
- run: cargo test

0 commit comments

Comments
 (0)