From fd35ca01c5642e3ab6a8126eb505be50edbc63ee Mon Sep 17 00:00:00 2001 From: Takahiro Ueda Date: Sun, 7 Jul 2024 18:17:22 +0900 Subject: [PATCH] ci: volumes in containers --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11f2101..a899bd5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,8 +77,8 @@ jobs: container: image: ${{ matrix.image }} # See: https://github.com/orgs/community/discussions/53771 - # volumes: - # - /home/runner/work/_actions/awvwgk/setup-fortran/v1:/home/runner/work/_actions/awvwgk/setup-fortran/v1 + volumes: + - /home/runner/work/_actions/fortran-lang/setup-fortran/v1:/home/runner/work/_actions/fortran-lang/setup-fortran/v1 # https://github.com/actions/checkout/issues/1590#issuecomment-2207052044 env: ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true