Skip to content

Commit 2250fa5

Browse files
committed
retry
1 parent c5c44cf commit 2250fa5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353

5454
steps:
5555
- name: Machine Info
56-
run: |
57-
set -x
58-
nproc --all
59-
uname --all
60-
cat /proc/meminfo
61-
cat /etc/lsb-release
56+
run:
57+
- set -x
58+
- nproc --all
59+
- uname --all
60+
- cat /proc/meminfo
61+
- cat /etc/lsb-release
6262

6363
- name: Checkout
6464
uses: actions/checkout@v4

0 commit comments

Comments
 (0)