From e26291eac6e5ad7e437016462597ea92d597ae19 Mon Sep 17 00:00:00 2001 From: Austin Milt Date: Mon, 22 Apr 2024 11:32:50 -0400 Subject: [PATCH] add dart dependency --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34b50a3..2c4c3ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,9 @@ jobs: uses: actions/cache@v3 with: key: webrpc-binaries - path: tests/bin + path: tests/.tmp + + - uses: dart-lang/setup-dart@v1 - name: Install dependencies run: cd tests