From c2cafed56fbf9f2c70a6d4d323e9e6a0eeaef299 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sat, 4 Feb 2023 16:00:48 +0800 Subject: [PATCH] test github actions --- .github/workflows/pake_build_with_cache.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index 135504f..712a75e 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -154,4 +154,5 @@ jobs: run: | uname -a chmod -R 777 /build + npm install npm run build:all-unix \ No newline at end of file