add cache for arrch64 when compile in action
This commit is contained in:
2
.github/workflows/pake_build_with_cache.yaml
vendored
2
.github/workflows/pake_build_with_cache.yaml
vendored
@@ -126,7 +126,7 @@ jobs:
|
|||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "${PWD}:/build"
|
--volume "${PWD}:/build"
|
||||||
--volume "/home/runner:/home/runner"
|
--volume "/home/runner:/home/runner"
|
||||||
--volume "~/.cargo:~/.cargo"
|
--volume "/home/runner/.cargo:/home/runner/.cargo"
|
||||||
install: |
|
install: |
|
||||||
apt-get update && apt-get install -y gnupg2 && apt-get install curl -y
|
apt-get update && apt-get install -y gnupg2 && apt-get install curl -y
|
||||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||||
|
|||||||
Reference in New Issue
Block a user