From 9333735437c34090827d0852425a894d26b29f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 11:03:09 +0800 Subject: [PATCH] cache.yaml --- .github/workflows/cache.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/cache.yaml diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml new file mode 100644 index 0000000..f484d63 --- /dev/null +++ b/.github/workflows/cache.yaml @@ -0,0 +1,9 @@ +on: + push: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - run: ls -lha /opt/hostedtoolcache + - run: ls -lha /opt/hostedtoolcache/node \ No newline at end of file