Skip to content

Commit

Permalink
ci: volumes in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Jul 7, 2024
1 parent 9d32cdc commit fd35ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd35ca0

Please sign in to comment.