From 2fc542f9b491d4adc984184fd56d1c04f02c2b39 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sun, 5 Feb 2023 10:23:12 +0800 Subject: [PATCH] add cache for arrch64 when compile in action --- .github/workflows/pake_build_with_cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index 7b2c08e..b9ce8ab 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -126,7 +126,7 @@ jobs: dockerRunArgs: | --volume "${PWD}:/build" --volume "/home/runner:/home/runner" - --volume "~/.cargo:~/.cargo" + --volume "/home/runner/.cargo:/home/runner/.cargo" install: | apt-get update && apt-get install -y gnupg2 && apt-get install curl -y curl -fsSL https://deb.nodesource.com/setup_18.x | bash -