Skip to content

Commit 52aedf1

Browse files
committed
fix: ci.yml
1 parent 5b03d2f commit 52aedf1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,13 @@ jobs:
5959

6060
typescript:
6161
runs-on: ubuntu-latest
62+
6263
timeout-minutes: 15
64+
6365
steps:
66+
- name: Update apt
67+
run: sudo apt-get update || exit 0
68+
6469
- name: Checkout
6570
uses: actions/checkout@v4
6671

0 commit comments

Comments
 (0)